#66172B

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

Shades of Pohutukawa #66172B

Tints of Pohutukawa #66172B

Color information

#66172B (or 0x66172B) is unknown color: approx Pohutukawa. HEX triplet: 66, 17 and 2B. RGB value is (102,23,43). Sum of RGB (Red+Green+Blue) = 102+23+43=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66172B is #99E8D4. Grayscale: #303030. Windows color (decimal): -10086613 or 2824038. OLE color: 2824038.

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

Color convert

RGB1022343-
CMYK00.770.580.6
HSL344.81º63.2%24.51%-
HSV(B)344.81º77.45%40%-
XYZ6.223.612.65-
YUV48.9124.67165.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=60.71%
G=13.69%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102234300.770.580.6344.8163.224.51
Hex66172B04D3A3C1593f19
Octal1462753011572745317731
Binary1100110101111010110100110111101011110010101100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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