#65151B

Color #65151B Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #65151B

Tints of Pohutukawa #65151B

Color information

#65151B (or 0x65151B) is unknown color: approx Pohutukawa. HEX triplet: 65, 15 and 1B. RGB value is (101,21,27). Sum of RGB (Red+Green+Blue) = 101+21+27=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #65151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65151B is #9AEAE4. Grayscale: #2D2D2D. Windows color (decimal): -10152677 or 1774949. OLE color: 1774949.

HSL color Cylindrical-coordinate representation of color #65151B: hue angle of 355.5º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65151B is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1012127-
CMYK00.790.730.60
HSL355.5º65.57%23.92%-
HSV(B)355.5º79.21%39.61%-
XYZ5.833.381.38-
YUV45.6117.5167.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 67.79%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=67.79%
G=14.09%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101212700.790.730.60355.565.5723.92
Hex65151B04F493C1644218
Octal145253301171117454410230
Binary11001011010111011010011111001001111100101100100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65151B; }

 p { color: rgb(101,21,27); }

 H1.HeaderClassName
 {
   color: #65151B;
 }
 .AnyTagClassName
 {
   color: #65151B;
 }
</style>
background-color css

<style>
 a { background-color: #65151B; }

 a { background-color: rgb(101,21,27); }

 div.DivClassName
 {
   background-color: #65151B;
 }
 .BgClassName
 {
   background-color: #65151B;
 }
</style>
border-color css

<style>
 span { border-color: #65151B; }

 span { border-color: rgb(101,21,27); }

 td.TdClassName
 {
   border-color: #65151B;
 }
 .TagClassName
 {
   border-color: #65151B;
 }
</style>