#642127

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

Shades of Pohutukawa #642127

Tints of Pohutukawa #642127

Color information

#642127 (or 0x642127) is unknown color: approx Pohutukawa. HEX triplet: 64, 21 and 27. RGB value is (100,33,39). Sum of RGB (Red+Green+Blue) = 100+33+39=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #642127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642127 is #9BDED8. Grayscale: #353535. Windows color (decimal): -10215129 or 2564452. OLE color: 2564452.

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

Color convert

RGB1003339-
CMYK00.670.610.61
HSL354.63º50.38%26.08%-
HSV(B)354.63º67%39.22%-
XYZ6.173.942.36-
YUV53.72119.7161.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.14%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=58.14%
G=19.19%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100333900.670.610.61354.6350.3826.08
Hex6421270433D3D163321a
Octal1444147010375755436232
Binary11001001000011001110100001111110111110110110001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642127; }

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

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

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

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

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

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

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

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