#610511

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

Shades of Pohutukawa #610511

Tints of Pohutukawa #610511

Color information

#610511 (or 0x610511) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 11. RGB value is (97,5,17). Sum of RGB (Red+Green+Blue) = 97+5+17=119 (15% of max value = 765). Red value is 97 (38.28% from 255 or 81.51% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 97 - color contains mainly: red. Hex color #610511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610511 is #9EFAEE. Grayscale: #212121. Windows color (decimal): -10418927 or 1115489. OLE color: 1115489.

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

Color convert

RGB97517-
CMYK00.950.820.62
HSL352.17º90.2%20%-
HSV(B)352.17º94.85%38.04%-
XYZ5.092.690.78-
YUV33.88118.48173.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 81.51%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=81.51%
G=4.20%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9751700.950.820.62352.1790.220
Hex6151105F523E1605a14
Octal14152101371227654013224
Binary110000110110001010111111010010111110101100000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610511; }

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

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

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

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

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

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

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

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