Html Css Color HEX #611511 Red Oxide

📋 copy color: '#611511'

red 97 ◦ green 21 ◦ blue 17

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

Shades of Red Oxide #611511

Tints of Red Oxide #611511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

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

R = 71.85%
G = 15.56%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#611511 (or 0x611511) is known color: Red Oxide. HEX triplet: 61, 15 and 11. RGB value is (97,21,17). Sum of RGB (Red+Green+Blue) = 97+21+17=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #611511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611511 is #9EEAEE. Grayscale: #2B2B2B. Windows color (decimal): -10414831 or 1119585. OLE color: 1119585.

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

Color convert

RGB 97 21 17 -
CMYK 0 0.78 0.82 0.62
HSL 0.7% 0.22% -
HSV(B) 0.82% 0.38% -
XYZ 5.3 3.12 0.85 -
YUV 43.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 97 21 17 0 0.78 0.82 0.62 3 0.7 0.22
Hex 61 15 11 0 4E 52 3E 3 46 16
Octal 141 25 21 0 116 122 76 3 106 26
Binary 1100001 10101 10001 0 1001110 1010010 111110 11 1000110 10110

Color Harmonies of #611511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611511

Black with #611511

Text Example


Text Example

White with #611511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611511; }

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

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

background-color css

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

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

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

border-color css

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

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

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