Html Css Color HEX #610810 Pohutukawa

📋 copy color: '#610810'

red 97 ◦ green 8 ◦ blue 16

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

Shades of Pohutukawa #610810

Tints of Pohutukawa #610810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 80.17%
G = 6.61%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#610810 (or 0x610810) is known color: Pohutukawa. HEX triplet: 61, 08 and 10. RGB value is (97,8,16). Sum of RGB (Red+Green+Blue) = 97+8+16=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #610810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610810 is #9EF7EF. Grayscale: #232323. Windows color (decimal): -10418160 or 1050721. OLE color: 1050721.

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

Color convert

RGB 97 8 16 -
CMYK 0 0.92 0.84 0.62
HSL 354.61º 0.85% 0.21% -
HSV(B) 354.61º 0.92% 0.38% -
XYZ 5.11 2.75 0.75 -
YUV 35.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 97 8 16 0 0.92 0.84 0.62 354.61 0.85 0.21
Hex 61 8 10 0 5C 54 3E 163 55 15
Octal 141 10 20 0 134 124 76 543 125 25
Binary 1100001 1000 10000 0 1011100 1010100 111110 101100011 1010101 10101

Color Harmonies of #610810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610810

Black with #610810

Text Example


Text Example

White with #610810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610810; }

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

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

background-color css

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

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

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

border-color css

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

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

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