Html Css Color HEX #611210 Red Oxide

📋 copy color: '#611210'

red 97 ◦ green 18 ◦ blue 16

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

Shades of Red Oxide #611210

Tints of Red Oxide #611210

RGB

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

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

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

R = 74.05%
G = 13.74%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#611210 (or 0x611210) is known color: Red Oxide. HEX triplet: 61, 12 and 10. RGB value is (97,18,16). Sum of RGB (Red+Green+Blue) = 97+18+16=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #611210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611210 is #9EEDEF. Grayscale: #292929. Windows color (decimal): -10415600 or 1053281. OLE color: 1053281.

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

Color convert

RGB 97 18 16 -
CMYK 0 0.81 0.84 0.62
HSL 1.48º 0.72% 0.22% -
HSV(B) 1.48º 0.84% 0.38% -
XYZ 5.24 3.01 0.8 -
YUV 41.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 97 18 16 0 0.81 0.84 0.62 1.48 0.72 0.22
Hex 61 12 10 0 51 54 3E 1 48 16
Octal 141 22 20 0 121 124 76 1 110 26
Binary 1100001 10010 10000 0 1010001 1010100 111110 1 1001000 10110

Color Harmonies of #611210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611210

Black with #611210

Text Example


Text Example

White with #611210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611210; }

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

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

background-color css

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

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

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

border-color css

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

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

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