#650418

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

Shades of Pohutukawa #650418

Tints of Pohutukawa #650418

Color information

#650418 (or 0x650418) is unknown color: approx Pohutukawa. HEX triplet: 65, 04 and 18. RGB value is (101,4,24). Sum of RGB (Red+Green+Blue) = 101+4+24=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #650418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650418 is #9AFBE7. Grayscale: #232323. Windows color (decimal): -10157032 or 1573989. OLE color: 1573989.

HSL color Cylindrical-coordinate representation of color #650418: hue angle of 347.63º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650418 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB101424-
CMYK00.960.760.60
HSL347.63º92.38%20.59%-
HSV(B)347.63º96.04%39.61%-
XYZ5.582.921.13-
YUV35.28121.64174.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.29%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=78.29%
G=3.10%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10142400.960.760.60347.6392.3820.59
Hex654180604C3C15c5c15
Octal14543001401147453413425
Binary110010110011000011000001001100111100101011100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650418; }

 p { color: rgb(101,4,24); }

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

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

 a { background-color: rgb(101,4,24); }

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

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

 span { border-color: rgb(101,4,24); }

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