#66101A

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

Shades of Pohutukawa #66101A

Tints of Pohutukawa #66101A

Color information

#66101A (or 0x66101A) is unknown color: approx Pohutukawa. HEX triplet: 66, 10 and 1A. RGB value is (102,16,26). Sum of RGB (Red+Green+Blue) = 102+16+26=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #66101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66101A is #99EFE5. Grayscale: #2A2A2A. Windows color (decimal): -10088422 or 1708134. OLE color: 1708134.

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

Color convert

RGB1021626-
CMYK00.840.750.6
HSL353.02º72.88%23.14%-
HSV(B)353.02º84.31%40%-
XYZ5.853.271.3-
YUV42.85118.49170.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 70.83%
GREEN value IS 16 (6.64% from 255) = 11.11%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=70.83%
G=11.11%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102162600.840.750.6353.0272.8823.14
Hex66101A0544B3C1614917
Octal146203201241137454111127
Binary11001101000011010010101001001011111100101100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66101A; }

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

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

<style>
 a { background-color: #66101A; }

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

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

<style>
 span { border-color: #66101A; }

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

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