#661B24

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

Shades of Pohutukawa #661B24

Tints of Pohutukawa #661B24

Color information

#661B24 (or 0x661B24) is unknown color: approx Pohutukawa. HEX triplet: 66, 1B and 24. RGB value is (102,27,36). Sum of RGB (Red+Green+Blue) = 102+27+36=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #661B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B24 is #99E4DB. Grayscale: #323232. Windows color (decimal): -10085596 or 2366310. OLE color: 2366310.

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

Color convert

RGB1022736-
CMYK00.740.650.6
HSL352.8º58.14%25.29%-
HSV(B)352.8º73.53%40%-
XYZ6.193.742.06-
YUV50.45119.85164.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=61.82%
G=16.36%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102273600.740.650.6352.858.1425.29
Hex661B2404A413C1613a19
Octal14633440112101745417231
Binary11001101101110010001001010100000111110010110000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,27,36); }

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

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

 a { background-color: rgb(102,27,36); }

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

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

 span { border-color: rgb(102,27,36); }

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