Html Css Color HEX #611311 Red Oxide

📋 copy color: '#611311'

red 97 ◦ green 19 ◦ blue 17

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

Shades of Red Oxide #611311

Tints of Red Oxide #611311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 72.93%
G = 14.29%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#611311 (or 0x611311) is known color: Red Oxide. HEX triplet: 61, 13 and 11. RGB value is (97,19,17). Sum of RGB (Red+Green+Blue) = 97+19+17=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #611311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611311 is #9EECEE. Grayscale: #2A2A2A. Windows color (decimal): -10415343 or 1119073. OLE color: 1119073.

HSL color Cylindrical-coordinate representation of color #611311: hue angle of 1.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611311 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 17 -
CMYK 0 0.80 0.82 0.62
HSL 1.5º 0.7% 0.22% -
HSV(B) 1.5º 0.82% 0.38% -
XYZ 5.26 3.05 0.84 -
YUV 42.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 97 19 17 0 0.80 0.82 0.62 1.5 0.7 0.22
Hex 61 13 11 0 50 52 3E 2 46 16
Octal 141 23 21 0 120 122 76 2 106 26
Binary 1100001 10011 10001 0 1010000 1010010 111110 10 1000110 10110

Color Harmonies of #611311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611311

Black with #611311

Text Example


Text Example

White with #611311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611311; }

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

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

background-color css

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

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

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

border-color css

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

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

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