#610510

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

Shades of Pohutukawa #610510

Tints of Pohutukawa #610510

Color information

#610510 (or 0x610510) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 10. RGB value is (97,5,16). Sum of RGB (Red+Green+Blue) = 97+5+16=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #610510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610510 is #9EFAEF. Grayscale: #212121. Windows color (decimal): -10418928 or 1049953. OLE color: 1049953.

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

Color convert

RGB97516-
CMYK00.950.840.62
HSL352.83º90.2%20%-
HSV(B)352.83º94.85%38.04%-
XYZ5.082.690.74-
YUV33.76117.98173.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 82.20%
GREEN value IS 5 (2.34% from 255) = 4.24%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=82.20%
G=4.24%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9751600.950.840.62352.8390.220
Hex6151005F543E1615a14
Octal14152001371247654113224
Binary110000110110000010111111010100111110101100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610510; }

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

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

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

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

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

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

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

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