#64181A

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

Shades of Pohutukawa #64181A

Tints of Pohutukawa #64181A

Color information

#64181A (or 0x64181A) is unknown color: approx Pohutukawa. HEX triplet: 64, 18 and 1A. RGB value is (100,24,26). Sum of RGB (Red+Green+Blue) = 100+24+26=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #64181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64181A is #9BE7E5. Grayscale: #2F2F2F. Windows color (decimal): -10217446 or 1710180. OLE color: 1710180.

HSL color Cylindrical-coordinate representation of color #64181A: hue angle of 358.42º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64181A is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB1002426-
CMYK00.760.740.61
HSL358.42º61.29%24.31%-
HSV(B)358.42º76%39.22%-
XYZ5.773.441.34-
YUV46.95116.18165.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.67%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=66.67%
G=16%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100242600.760.740.61358.4261.2924.31
Hex64181A04C4A3D1663d18
Octal14430320114112755467530
Binary1100100110001101001001100100101011110110110011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,24,26); }

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

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

 a { background-color: rgb(100,24,26); }

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

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

 span { border-color: rgb(100,24,26); }

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