#661217

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

Shades of Pohutukawa #661217

Tints of Pohutukawa #661217

Color information

#661217 (or 0x661217) is unknown color: approx Pohutukawa. HEX triplet: 66, 12 and 17. RGB value is (102,18,23). Sum of RGB (Red+Green+Blue) = 102+18+23=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #661217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661217 is #99EDE8. Grayscale: #2B2B2B. Windows color (decimal): -10087913 or 1512038. OLE color: 1512038.

HSL color Cylindrical-coordinate representation of color #661217: hue angle of 356.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661217 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB1021823-
CMYK00.820.770.6
HSL356.43º70%23.53%-
HSV(B)356.43º82.35%40%-
XYZ5.853.321.14-
YUV43.69116.33169.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.33%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 23 (9.38% from 255) = 16.08%
R=71.33%
G=12.59%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102182300.820.770.6356.437023.53
Hex6612170524D3C1644618
Octal146222701221157454410630
Binary11001101001010111010100101001101111100101100100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661217; }

 p { color: rgb(102,18,23); }

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

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

 a { background-color: rgb(102,18,23); }

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

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

 span { border-color: rgb(102,18,23); }

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