#642027

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

Shades of Pohutukawa #642027

Tints of Pohutukawa #642027

Color information

#642027 (or 0x642027) is unknown color: approx Pohutukawa. HEX triplet: 64, 20 and 27. RGB value is (100,32,39). Sum of RGB (Red+Green+Blue) = 100+32+39=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #642027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642027 is #9BDFD8. Grayscale: #353535. Windows color (decimal): -10215385 or 2564196. OLE color: 2564196.

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

Color convert

RGB1003239-
CMYK00.680.610.61
HSL353.82º51.52%25.88%-
HSV(B)353.82º68%39.22%-
XYZ6.143.892.35-
YUV53.13120.03161.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.48%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=58.48%
G=18.71%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100323900.680.610.61353.8251.5225.88
Hex6420270443D3D162341a
Octal1444047010475755426432
Binary11001001000001001110100010011110111110110110001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642027; }

 p { color: rgb(100,32,39); }

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

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

 a { background-color: rgb(100,32,39); }

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

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

 span { border-color: rgb(100,32,39); }

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