Html Css Color HEX #611208 Red Oxide

📋 copy color: '#611208'

red 97 ◦ green 18 ◦ blue 8

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

Shades of Red Oxide #611208

Tints of Red Oxide #611208

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

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

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

Color convert

RGB 97 18 8 -
CMYK 0 0.81 0.92 0.62
HSL 6.74º 0.85% 0.21% -
HSV(B) 6.74º 0.92% 0.38% -
XYZ 5.19 2.99 0.53 -
YUV 40.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 97 18 8 0 0.81 0.92 0.62 6.74 0.85 0.21
Hex 61 12 8 0 51 5C 3E 7 55 15
Octal 141 22 10 0 121 134 76 7 125 25
Binary 1100001 10010 1000 0 1010001 1011100 111110 111 1010101 10101

Color Harmonies of #611208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611208

Black with #611208

Text Example


Text Example

White with #611208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611208; }

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

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

background-color css

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

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

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

border-color css

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

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

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