#66181B

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

Shades of Pohutukawa #66181B

Tints of Pohutukawa #66181B

Color information

#66181B (or 0x66181B) is unknown color: approx Pohutukawa. HEX triplet: 66, 18 and 1B. RGB value is (102,24,27). Sum of RGB (Red+Green+Blue) = 102+24+27=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #66181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66181B is #99E7E4. Grayscale: #2F2F2F. Windows color (decimal): -10086373 or 1775718. OLE color: 1775718.

HSL color Cylindrical-coordinate representation of color #66181B: hue angle of 357.69º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66181B is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB1022427-
CMYK00.760.740.6
HSL357.69º61.9%24.71%-
HSV(B)357.69º76.47%40%-
XYZ63.561.41-
YUV47.66116.34166.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.67%
GREEN value IS 24 (9.77% from 255) = 15.69%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=66.67%
G=15.69%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102242700.760.740.6357.6961.924.71
Hex66181B04C4A3C1663e19
Octal14630330114112745467631
Binary1100110110001101101001100100101011110010110011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66181B; }

 p { color: rgb(102,24,27); }

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

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

 a { background-color: rgb(102,24,27); }

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

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

 span { border-color: rgb(102,24,27); }

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