#661C27

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

Shades of Pohutukawa #661C27

Tints of Pohutukawa #661C27

Color information

#661C27 (or 0x661C27) is unknown color: approx Pohutukawa. HEX triplet: 66, 1C and 27. RGB value is (102,28,39). Sum of RGB (Red+Green+Blue) = 102+28+39=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #661C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C27 is #99E3D8. Grayscale: #333333. Windows color (decimal): -10085337 or 2563174. OLE color: 2563174.

HSL color Cylindrical-coordinate representation of color #661C27: hue angle of 351.08º 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 #661C27 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB1022839-
CMYK00.730.620.6
HSL351.08º56.92%25.49%-
HSV(B)351.08º72.55%40%-
XYZ6.263.82.32-
YUV51.38121.02164.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 28 (11.33% from 255) = 16.57%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=60.36%
G=16.57%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102283900.730.620.6351.0856.9225.49
Hex661C270493E3C15f3919
Octal1463447011176745377131
Binary1100110111001001110100100111111011110010101111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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