#66101E

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

Shades of Pohutukawa #66101E

Tints of Pohutukawa #66101E

Color information

#66101E (or 0x66101E) is unknown color: approx Pohutukawa. HEX triplet: 66, 10 and 1E. RGB value is (102,16,30). Sum of RGB (Red+Green+Blue) = 102+16+30=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66101E is #99EFE1. Grayscale: #2B2B2B. Windows color (decimal): -10088418 or 1970278. OLE color: 1970278.

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

Color convert

RGB1021630-
CMYK00.840.710.6
HSL350.23º72.88%23.14%-
HSV(B)350.23º84.31%40%-
XYZ5.93.291.55-
YUV43.31120.49169.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=68.92%
G=10.81%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102163000.840.710.6350.2372.8823.14
Hex66101E054473C15e4917
Octal146203601241077453611127
Binary11001101000011110010101001000111111100101011110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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