Html Css Color HEX #61120E Red Oxide

📋 copy color: '#61120E'

red 97 ◦ green 18 ◦ blue 14

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

Shades of Red Oxide #61120E

Tints of Red Oxide #61120E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.85%

R = 75.19%
G = 13.95%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#61120E (or 0x61120E) is known color: Red Oxide. HEX triplet: 61, 12 and 0E. RGB value is (97,18,14). Sum of RGB (Red+Green+Blue) = 97+18+14=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #61120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61120E is #9EEDF1. Grayscale: #292929. Windows color (decimal): -10415602 or 922209. OLE color: 922209.

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

Color convert

RGB 97 18 14 -
CMYK 0 0.81 0.86 0.62
HSL 2.89º 0.75% 0.22% -
HSV(B) 2.89º 0.86% 0.38% -
XYZ 5.23 3.01 0.72 -
YUV 41.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 97 18 14 0 0.81 0.86 0.62 2.89 0.75 0.22
Hex 61 12 E 0 51 56 3E 3 4B 16
Octal 141 22 16 0 121 126 76 3 113 26
Binary 1100001 10010 1110 0 1010001 1010110 111110 11 1001011 10110

Color Harmonies of #61120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61120E

Black with #61120E

Text Example


Text Example

White with #61120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61120E; }

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

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

background-color css

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

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

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

border-color css

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

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

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