#66102B

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

Shades of Pohutukawa #66102B

Tints of Pohutukawa #66102B

Color information

#66102B (or 0x66102B) is unknown color: approx Pohutukawa. HEX triplet: 66, 10 and 2B. RGB value is (102,16,43). Sum of RGB (Red+Green+Blue) = 102+16+43=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #66102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66102B is #99EFD4. Grayscale: #2C2C2C. Windows color (decimal): -10088405 or 2822246. OLE color: 2822246.

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

Color convert

RGB1021643-
CMYK00.840.580.6
HSL341.16º72.88%23.14%-
HSV(B)341.16º84.31%40%-
XYZ6.13.372.61-
YUV44.79126.99168.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=63.35%
G=9.94%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102164300.840.580.6341.1672.8823.14
Hex66102B0543A3C1554917
Octal14620530124727452511127
Binary11001101000010101101010100111010111100101010101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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