Html Css Color HEX #610812 Pohutukawa

📋 copy color: '#610812'

red 97 ◦ green 8 ◦ blue 18

#610812
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #610812

Tints of Pohutukawa #610812

RGB

 RED value IS 97 (38.28% from 255) = 78.86%

 GREEN value IS 8 (3.52% from 255) = 6.5%

 BLUE value IS 18 (7.42% from 255) = 14.63%

R = 78.86%
G = 6.5%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#610812 (or 0x610812) is known color: Pohutukawa. HEX triplet: 61, 08 and 12. RGB value is (97,8,18). Sum of RGB (Red+Green+Blue) = 97+8+18=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #610812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610812 is #9EF7ED. Grayscale: #232323. Windows color (decimal): -10418158 or 1181793. OLE color: 1181793.

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

Color convert

RGB 97 8 18 -
CMYK 0 0.92 0.81 0.62
HSL 353.26º 0.85% 0.21% -
HSV(B) 353.26º 0.92% 0.38% -
XYZ 5.13 2.76 0.83 -
YUV 35.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 97 8 18 0 0.92 0.81 0.62 353.26 0.85 0.21
Hex 61 8 12 0 5C 51 3E 161 55 15
Octal 141 10 22 0 134 121 76 541 125 25
Binary 1100001 1000 10010 0 1011100 1010001 111110 101100001 1010101 10101

Color Harmonies of #610812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610812

Black with #610812

Text Example


Text Example

White with #610812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610812; }

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

 H1.HeaderClassName
 {
   color: #610812;
 }
 .AnyTagClassName
 {
   color: #610812;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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