Html Css Color HEX #611200 Red Oxide

📋 copy color: '#611200'

red 97 ◦ green 18 ◦ blue 0

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

Shades of Red Oxide #611200

Tints of Red Oxide #611200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.35%
G = 15.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#611200 (or 0x611200) is known color: Red Oxide. HEX triplet: 61, 12 and 00. RGB value is (97,18,0). Sum of RGB (Red+Green+Blue) = 97+18+0=115 (15% of max value = 765). Red value is 97 (38.28% from 255 or 84.35% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 97 - color contains mainly: red. Hex color #611200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611200 is #9EEDFF. Grayscale: #272727. Windows color (decimal): -10415616 or 4705. OLE color: 4705.

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

Color convert

RGB 97 18 0 -
CMYK 0 0.81 1 0.62
HSL 11.13º 1% 0.19% -
HSV(B) 11.13º 1% 0.38% -
XYZ 5.15 2.97 0.3 -
YUV 39.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 97 18 0 0 0.81 1 0.62 11.13 1 0.19
Hex 61 12 0 0 51 64 3E B 64 13
Octal 141 22 0 0 121 144 76 13 144 23
Binary 1100001 10010 0 0 1010001 1100100 111110 1011 1100100 10011

Color Harmonies of #611200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611200

Black with #611200

Text Example


Text Example

White with #611200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611200; }

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

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

background-color css

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

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

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

border-color css

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

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

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