#610515

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

Shades of Pohutukawa #610515

Tints of Pohutukawa #610515

Color information

#610515 (or 0x610515) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 15. RGB value is (97,5,21). Sum of RGB (Red+Green+Blue) = 97+5+21=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #610515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610515 is #9EFAEA. Grayscale: #222222. Windows color (decimal): -10418923 or 1377633. OLE color: 1377633.

HSL color Cylindrical-coordinate representation of color #610515: hue angle of 349.57º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610515 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB97521-
CMYK00.950.780.62
HSL349.57º90.2%20%-
HSV(B)349.57º94.85%38.04%-
XYZ5.122.70.96-
YUV34.33120.48172.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.86%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=78.86%
G=4.07%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9752100.950.780.62349.5790.220
Hex6151505F4E3E15e5a14
Octal14152501371167653613224
Binary110000110110101010111111001110111110101011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610515; }

 p { color: rgb(97,5,21); }

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

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

 a { background-color: rgb(97,5,21); }

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

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

 span { border-color: rgb(97,5,21); }

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