Html Css Color HEX #61120C Red Oxide

📋 copy color: '#61120C'

red 97 ◦ green 18 ◦ blue 12

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

Shades of Red Oxide #61120C

Tints of Red Oxide #61120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.45%

R = 76.38%
G = 14.17%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61120C (or 0x61120C) is known color: Red Oxide. HEX triplet: 61, 12 and 0C. RGB value is (97,18,12). Sum of RGB (Red+Green+Blue) = 97+18+12=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #61120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61120C is #9EEDF3. Grayscale: #292929. Windows color (decimal): -10415604 or 791137. OLE color: 791137.

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

Color convert

RGB 97 18 12 -
CMYK 0 0.81 0.88 0.62
HSL 4.24º 0.78% 0.21% -
HSV(B) 4.24º 0.88% 0.38% -
XYZ 5.21 3 0.65 -
YUV 40.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 97 18 12 0 0.81 0.88 0.62 4.24 0.78 0.21
Hex 61 12 C 0 51 58 3E 4 4E 15
Octal 141 22 14 0 121 130 76 4 116 25
Binary 1100001 10010 1100 0 1010001 1011000 111110 100 1001110 10101

Color Harmonies of #61120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61120C

Black with #61120C

Text Example


Text Example

White with #61120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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