#642128

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

Shades of Pohutukawa #642128

Tints of Pohutukawa #642128

Color information

#642128 (or 0x642128) is unknown color: approx Pohutukawa. HEX triplet: 64, 21 and 28. RGB value is (100,33,40). Sum of RGB (Red+Green+Blue) = 100+33+40=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #642128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642128 is #9BDED7. Grayscale: #353535. Windows color (decimal): -10215128 or 2629988. OLE color: 2629988.

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

Color convert

RGB1003340-
CMYK00.670.60.61
HSL353.73º50.38%26.08%-
HSV(B)353.73º67%39.22%-
XYZ6.183.952.44-
YUV53.83120.2160.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.80%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=57.80%
G=19.08%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100334000.670.60.61353.7350.3826.08
Hex6421280433C3D162321a
Octal1444150010374755426232
Binary11001001000011010000100001111110011110110110001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642128; }

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

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

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

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

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

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

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

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