Html Css Color HEX #61110D Red Oxide

📋 copy color: '#61110D'

red 97 ◦ green 17 ◦ blue 13

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

Shades of Red Oxide #61110D

Tints of Red Oxide #61110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.39%

 BLUE value IS 13 (5.47% from 255) = 10.24%

R = 76.38%
G = 13.39%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61110D (or 0x61110D) is known color: Red Oxide. HEX triplet: 61, 11 and 0D. RGB value is (97,17,13). Sum of RGB (Red+Green+Blue) = 97+17+13=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #61110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61110D is #9EEEF2. Grayscale: #282828. Windows color (decimal): -10415859 or 856417. OLE color: 856417.

HSL color Cylindrical-coordinate representation of color #61110D: hue angle of 2.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61110D is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 13 -
CMYK 0 0.82 0.87 0.62
HSL 2.86º 0.76% 0.22% -
HSV(B) 2.86º 0.87% 0.38% -
XYZ 5.2 2.97 0.68 -
YUV 40.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 97 17 13 0 0.82 0.87 0.62 2.86 0.76 0.22
Hex 61 11 D 0 52 57 3E 3 4C 16
Octal 141 21 15 0 122 127 76 3 114 26
Binary 1100001 10001 1101 0 1010010 1010111 111110 11 1001100 10110

Color Harmonies of #61110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61110D

Black with #61110D

Text Example


Text Example

White with #61110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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