#66182B

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

Shades of Pohutukawa #66182B

Tints of Pohutukawa #66182B

Color information

#66182B (or 0x66182B) is unknown color: approx Pohutukawa. HEX triplet: 66, 18 and 2B. RGB value is (102,24,43). Sum of RGB (Red+Green+Blue) = 102+24+43=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #66182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66182B is #99E7D4. Grayscale: #313131. Windows color (decimal): -10086357 or 2824294. OLE color: 2824294.

HSL color Cylindrical-coordinate representation of color #66182B: hue angle of 345.38º 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 #66182B is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB1022443-
CMYK00.760.580.6
HSL345.38º61.9%24.71%-
HSV(B)345.38º76.47%40%-
XYZ6.243.652.66-
YUV49.49124.34165.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=60.36%
G=14.20%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102244300.760.580.6345.3861.924.71
Hex66182B04C3A3C1593e19
Octal1463053011472745317631
Binary1100110110001010110100110011101011110010101100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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