#610518

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

Shades of Pohutukawa #610518

Tints of Pohutukawa #610518

Color information

#610518 (or 0x610518) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 18. RGB value is (97,5,24). Sum of RGB (Red+Green+Blue) = 97+5+24=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #610518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610518 is #9EFAE7. Grayscale: #222222. Windows color (decimal): -10418920 or 1574241. OLE color: 1574241.

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

Color convert

RGB97524-
CMYK00.950.750.62
HSL347.61º90.2%20%-
HSV(B)347.61º94.85%38.04%-
XYZ5.152.721.12-
YUV34.67121.98172.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.98%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=76.98%
G=3.97%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9752400.950.750.62347.6190.220
Hex6151805F4B3E15c5a14
Octal14153001371137653413224
Binary110000110111000010111111001011111110101011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610518; }

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

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

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

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

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

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

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

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