#610813

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

Shades of Pohutukawa #610813

Tints of Pohutukawa #610813

Color information

#610813 (or 0x610813) is unknown color: approx Pohutukawa. HEX triplet: 61, 08 and 13. RGB value is (97,8,19). Sum of RGB (Red+Green+Blue) = 97+8+19=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #610813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610813 is #9EF7EC. Grayscale: #232323. Windows color (decimal): -10418157 or 1247329. OLE color: 1247329.

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

Color convert

RGB97819-
CMYK00.920.800.62
HSL352.58º84.76%20.59%-
HSV(B)352.58º91.75%38.04%-
XYZ5.132.760.88-
YUV35.86118.49171.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.23%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=78.23%
G=6.45%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9781900.920.800.62352.5884.7620.59
Hex6181305C503E1615515
Octal141102301341207654112525
Binary1100001100010011010111001010000111110101100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610813; }

 p { color: rgb(97,8,19); }

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

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

 a { background-color: rgb(97,8,19); }

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

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

 span { border-color: rgb(97,8,19); }

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