#610512

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

Shades of Pohutukawa #610512

Tints of Pohutukawa #610512

Color information

#610512 (or 0x610512) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 12. RGB value is (97,5,18). Sum of RGB (Red+Green+Blue) = 97+5+18=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #610512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610512 is #9EFAED. Grayscale: #222222. Windows color (decimal): -10418926 or 1181025. OLE color: 1181025.

HSL color Cylindrical-coordinate representation of color #610512: hue angle of 351.52º 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 #610512 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB97518-
CMYK00.950.810.62
HSL351.52º90.2%20%-
HSV(B)351.52º94.85%38.04%-
XYZ5.092.690.82-
YUV33.99118.98172.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.83%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 18 (7.42% from 255) = 15%
R=80.83%
G=4.17%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9751800.950.810.62351.5290.220
Hex6151205F513E1605a14
Octal14152201371217654013224
Binary110000110110010010111111010001111110101100000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610512; }

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

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

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

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

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

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

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

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