#642224

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

Shades of Pohutukawa #642224

Tints of Pohutukawa #642224

Color information

#642224 (or 0x642224) is unknown color: approx Pohutukawa. HEX triplet: 64, 22 and 24. RGB value is (100,34,36). Sum of RGB (Red+Green+Blue) = 100+34+36=170 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.82% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 100 - color contains mainly: red. Hex color #642224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642224 is #9BDDDB. Grayscale: #363636. Windows color (decimal): -10214876 or 2368100. OLE color: 2368100.

HSL color Cylindrical-coordinate representation of color #642224: hue angle of 358.18º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642224 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB1003436-
CMYK00.660.640.61
HSL358.18º49.25%26.27%-
HSV(B)358.18º66%39.22%-
XYZ6.153.982.11-
YUV53.96117.87160.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.82%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 36 (14.45% from 255) = 21.18%
R=58.82%
G=20%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100343600.660.640.61358.1849.2526.27
Hex642224042403D166311a
Octal14442440102100755466132
Binary110010010001010010001000010100000011110110110011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642224; }

 p { color: rgb(100,34,36); }

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

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

 a { background-color: rgb(100,34,36); }

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

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

 span { border-color: rgb(100,34,36); }

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