#651218

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

Shades of Pohutukawa #651218

Tints of Pohutukawa #651218

Color information

#651218 (or 0x651218) is unknown color: approx Pohutukawa. HEX triplet: 65, 12 and 18. RGB value is (101,18,24). Sum of RGB (Red+Green+Blue) = 101+18+24=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #651218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651218 is #9AEDE7. Grayscale: #2B2B2B. Windows color (decimal): -10153448 or 1577573. OLE color: 1577573.

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

Color convert

RGB1011824-
CMYK00.820.760.60
HSL355.66º69.75%23.33%-
HSV(B)355.66º82.18%39.61%-
XYZ5.753.271.19-
YUV43.5117169.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 70.63%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=70.63%
G=12.59%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101182400.820.760.60355.6669.7523.33
Hex6512180524C3C1644617
Octal145223001221147454410627
Binary11001011001011000010100101001100111100101100100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651218; }

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

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

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

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

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

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

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

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