#66102D

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

Shades of Pohutukawa #66102D

Tints of Pohutukawa #66102D

Color information

#66102D (or 0x66102D) is unknown color: approx Pohutukawa. HEX triplet: 66, 10 and 2D. RGB value is (102,16,45). Sum of RGB (Red+Green+Blue) = 102+16+45=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66102D is #99EFD2. Grayscale: #2C2C2C. Windows color (decimal): -10088403 or 2953318. OLE color: 2953318.

HSL color Cylindrical-coordinate representation of color #66102D: hue angle of 339.77º 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 #66102D is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB1021645-
CMYK00.840.560.6
HSL339.77º72.88%23.14%-
HSV(B)339.77º84.31%40%-
XYZ6.143.382.81-
YUV45.02127.99168.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=62.58%
G=9.82%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102164500.840.560.6339.7772.8823.14
Hex66102D054383C1544917
Octal14620550124707452411127
Binary11001101000010110101010100111000111100101010100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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