Html Css Color HEX #610816 Pohutukawa

📋 copy color: '#610816'

red 97 ◦ green 8 ◦ blue 22

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

Shades of Pohutukawa #610816

Tints of Pohutukawa #610816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 76.38%
G = 6.3%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#610816 (or 0x610816) is known color: Pohutukawa. HEX triplet: 61, 08 and 16. RGB value is (97,8,22). Sum of RGB (Red+Green+Blue) = 97+8+22=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #610816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610816 is #9EF7E9. Grayscale: #242424. Windows color (decimal): -10418154 or 1443937. OLE color: 1443937.

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

Color convert

RGB 97 8 22 -
CMYK 0 0.92 0.77 0.62
HSL 350.56º 0.85% 0.21% -
HSV(B) 350.56º 0.92% 0.38% -
XYZ 5.16 2.77 1.02 -
YUV 36.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 97 8 22 0 0.92 0.77 0.62 350.56 0.85 0.21
Hex 61 8 16 0 5C 4D 3E 15F 55 15
Octal 141 10 26 0 134 115 76 537 125 25
Binary 1100001 1000 10110 0 1011100 1001101 111110 101011111 1010101 10101

Color Harmonies of #610816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610816

Black with #610816

Text Example


Text Example

White with #610816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610816; }

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

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

background-color css

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

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

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

border-color css

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

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

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