#661523

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

Shades of Pohutukawa #661523

Tints of Pohutukawa #661523

Color information

#661523 (or 0x661523) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 23. RGB value is (102,21,35). Sum of RGB (Red+Green+Blue) = 102+21+35=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #661523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661523 is #99EADC. Grayscale: #2E2E2E. Windows color (decimal): -10087133 or 2299238. OLE color: 2299238.

HSL color Cylindrical-coordinate representation of color #661523: hue angle of 349.63º 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 #661523 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB1022135-
CMYK00.790.660.6
HSL349.63º65.85%24.12%-
HSV(B)349.63º79.41%40%-
XYZ6.053.481.94-
YUV46.82121.34167.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.56%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 35 (14.06% from 255) = 22.15%
R=64.56%
G=13.29%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102213500.790.660.6349.6365.8524.12
Hex66152304F423C15e4218
Octal146254301171027453610230
Binary110011010101100011010011111000010111100101011110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661523; }

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

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

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

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

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

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

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

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