#661A24

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

Shades of Pohutukawa #661A24

Tints of Pohutukawa #661A24

Color information

#661A24 (or 0x661A24) is unknown color: approx Pohutukawa. HEX triplet: 66, 1A and 24. RGB value is (102,26,36). Sum of RGB (Red+Green+Blue) = 102+26+36=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #661A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A24 is #99E5DB. Grayscale: #313131. Windows color (decimal): -10085852 or 2366054. OLE color: 2366054.

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

Color convert

RGB1022636-
CMYK00.750.650.6
HSL352.11º59.38%25.1%-
HSV(B)352.11º74.51%40%-
XYZ6.173.692.06-
YUV49.86120.18165.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 26 (10.55% from 255) = 15.85%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=62.20%
G=15.85%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102263600.750.650.6352.1159.3825.1
Hex661A2404B413C1603b19
Octal14632440113101745407331
Binary11001101101010010001001011100000111110010110000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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