#642229

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

Shades of Pohutukawa #642229

Tints of Pohutukawa #642229

Color information

#642229 (or 0x642229) is unknown color: approx Pohutukawa. HEX triplet: 64, 22 and 29. RGB value is (100,34,41). Sum of RGB (Red+Green+Blue) = 100+34+41=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #642229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642229 is #9BDDD6. Grayscale: #363636. Windows color (decimal): -10214871 or 2695780. OLE color: 2695780.

HSL color Cylindrical-coordinate representation of color #642229: hue angle of 353.64º 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 #642229 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB1003441-
CMYK00.660.590.61
HSL353.64º49.25%26.27%-
HSV(B)353.64º66%39.22%-
XYZ6.234.012.54-
YUV54.53120.37160.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.14%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=57.14%
G=19.43%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100344100.660.590.61353.6449.2526.27
Hex6422290423B3D162311a
Octal1444251010273755426132
Binary11001001000101010010100001011101111110110110001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642229; }

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

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

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

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

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

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

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

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