#610910

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

Shades of Pohutukawa #610910

Tints of Pohutukawa #610910

Color information

#610910 (or 0x610910) is unknown color: approx Pohutukawa. HEX triplet: 61, 09 and 10. RGB value is (97,9,16). Sum of RGB (Red+Green+Blue) = 97+9+16=122 (16% of max value = 765). Red value is 97 (38.28% from 255 or 79.51% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 97 - color contains mainly: red. Hex color #610910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610910 is #9EF6EF. Grayscale: #242424. Windows color (decimal): -10417904 or 1050977. OLE color: 1050977.

HSL color Cylindrical-coordinate representation of color #610910: hue angle of 355.23º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610910 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB97916-
CMYK00.910.840.62
HSL355.23º83.02%20.78%-
HSV(B)355.23º90.72%38.04%-
XYZ5.122.770.76-
YUV36.11116.65171.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 79.51%
GREEN value IS 9 (3.91% from 255) = 7.38%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=79.51%
G=7.38%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9791600.910.840.62355.2383.0220.78
Hex6191005B543E1635315
Octal141112001331247654312325
Binary1100001100110000010110111010100111110101100011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610910; }

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

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

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

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

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

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

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

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