#64102A

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

Shades of Pohutukawa #64102A

Tints of Pohutukawa #64102A

Color information

#64102A (or 0x64102A) is unknown color: approx Pohutukawa. HEX triplet: 64, 10 and 2A. RGB value is (100,16,42). Sum of RGB (Red+Green+Blue) = 100+16+42=158 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.29% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 100 - color contains mainly: red. Hex color #64102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64102A is #9BEFD5. Grayscale: #2C2C2C. Windows color (decimal): -10219478 or 2756708. OLE color: 2756708.

HSL color Cylindrical-coordinate representation of color #64102A: hue angle of 341.43º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64102A is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB1001642-
CMYK00.840.580.61
HSL341.43º72.41%22.75%-
HSV(B)341.43º84%39.22%-
XYZ5.863.252.51-
YUV44.08126.83167.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 63.29%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=63.29%
G=10.13%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100164200.840.580.61341.4372.4122.75
Hex64102A0543A3D1554817
Octal14420520124727552511027
Binary11001001000010101001010100111010111101101010101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64102A; }

 p { color: rgb(100,16,42); }

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

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

 a { background-color: rgb(100,16,42); }

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

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

 span { border-color: rgb(100,16,42); }

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