Html Css Color HEX #611308 Red Oxide

📋 copy color: '#611308'

red 97 ◦ green 19 ◦ blue 8

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

Shades of Red Oxide #611308

Tints of Red Oxide #611308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

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

R = 78.23%
G = 15.32%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#611308 (or 0x611308) is known color: Red Oxide. HEX triplet: 61, 13 and 08. RGB value is (97,19,8). Sum of RGB (Red+Green+Blue) = 97+19+8=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #611308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611308 is #9EECF7. Grayscale: #292929. Windows color (decimal): -10415352 or 529249. OLE color: 529249.

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

Color convert

RGB 97 19 8 -
CMYK 0 0.80 0.92 0.62
HSL 7.42º 0.85% 0.21% -
HSV(B) 7.42º 0.92% 0.38% -
XYZ 5.21 3.02 0.54 -
YUV 41.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 97 19 8 0 0.80 0.92 0.62 7.42 0.85 0.21
Hex 61 13 8 0 50 5C 3E 7 55 15
Octal 141 23 10 0 120 134 76 7 125 25
Binary 1100001 10011 1000 0 1010000 1011100 111110 111 1010101 10101

Color Harmonies of #611308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611308

Black with #611308

Text Example


Text Example

White with #611308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611308; }

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

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

background-color css

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

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

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

border-color css

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

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

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