#661C2C

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

Shades of Pohutukawa #661C2C

Tints of Pohutukawa #661C2C

Color information

#661C2C (or 0x661C2C) is unknown color: approx Pohutukawa. HEX triplet: 66, 1C and 2C. RGB value is (102,28,44). Sum of RGB (Red+Green+Blue) = 102+28+44=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #661C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C2C is #99E3D3. Grayscale: #333333. Windows color (decimal): -10085332 or 2890854. OLE color: 2890854.

HSL color Cylindrical-coordinate representation of color #661C2C: hue angle of 347.03º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C2C is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1022844-
CMYK00.730.570.6
HSL347.03º56.92%25.49%-
HSV(B)347.03º72.55%40%-
XYZ6.353.842.79-
YUV51.95123.52163.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.62%
GREEN value IS 28 (11.33% from 255) = 16.09%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=58.62%
G=16.09%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102284400.730.570.6347.0356.9225.49
Hex661C2C049393C15b3919
Octal1463454011171745337131
Binary1100110111001011000100100111100111110010101101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661C2C; }

 p { color: rgb(102,28,44); }

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

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

 a { background-color: rgb(102,28,44); }

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

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

 span { border-color: rgb(102,28,44); }

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