#661525

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

Shades of Pohutukawa #661525

Tints of Pohutukawa #661525

Color information

#661525 (or 0x661525) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 25. RGB value is (102,21,37). Sum of RGB (Red+Green+Blue) = 102+21+37=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #661525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661525 is #99EADA. Grayscale: #2F2F2F. Windows color (decimal): -10087131 or 2430310. OLE color: 2430310.

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

Color convert

RGB1022137-
CMYK00.790.640.6
HSL348.15º65.85%24.12%-
HSV(B)348.15º79.41%40%-
XYZ6.083.492.1-
YUV47.04122.34167.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.75%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=63.75%
G=13.12%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102213700.790.640.6348.1565.8524.12
Hex66152504F403C15c4218
Octal146254501171007453410230
Binary110011010101100101010011111000000111100101011100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661525; }

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

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

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

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

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

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

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

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