#661526

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

Shades of Pohutukawa #661526

Tints of Pohutukawa #661526

Color information

#661526 (or 0x661526) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 26. RGB value is (102,21,38). Sum of RGB (Red+Green+Blue) = 102+21+38=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #661526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661526 is #99EAD9. Grayscale: #2F2F2F. Windows color (decimal): -10087130 or 2495846. OLE color: 2495846.

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

Color convert

RGB1022138-
CMYK00.790.630.6
HSL347.41º65.85%24.12%-
HSV(B)347.41º79.41%40%-
XYZ6.13.52.19-
YUV47.16122.84167.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=63.35%
G=13.04%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102213800.790.630.6347.4165.8524.12
Hex66152604F3F3C15b4218
Octal14625460117777453310230
Binary11001101010110011001001111111111111100101011011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661526; }

 p { color: rgb(102,21,38); }

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

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

 a { background-color: rgb(102,21,38); }

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

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

 span { border-color: rgb(102,21,38); }

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