#66101F

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

Shades of Pohutukawa #66101F

Tints of Pohutukawa #66101F

Color information

#66101F (or 0x66101F) is unknown color: approx Pohutukawa. HEX triplet: 66, 10 and 1F. RGB value is (102,16,31). Sum of RGB (Red+Green+Blue) = 102+16+31=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66101F is #99EFE0. Grayscale: #2B2B2B. Windows color (decimal): -10088417 or 2035814. OLE color: 2035814.

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

Color convert

RGB1021631-
CMYK00.840.700.6
HSL349.53º72.88%23.14%-
HSV(B)349.53º84.31%40%-
XYZ5.913.291.62-
YUV43.42120.99169.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=68.46%
G=10.74%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102163100.840.700.6349.5372.8823.14
Hex66101F054463C15e4917
Octal146203701241067453611127
Binary11001101000011111010101001000110111100101011110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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