Html Css Color HEX #61140B Red Oxide

📋 copy color: '#61140B'

red 97 ◦ green 20 ◦ blue 11

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

Shades of Red Oxide #61140B

Tints of Red Oxide #61140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

 BLUE value IS 11 (4.69% from 255) = 8.59%

R = 75.78%
G = 15.63%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#61140B (or 0x61140B) is known color: Red Oxide. HEX triplet: 61, 14 and 0B. RGB value is (97,20,11). Sum of RGB (Red+Green+Blue) = 97+20+11=128 (16% of max value = 765). Red value is 97 (38.28% from 255 or 75.78% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 97 - color contains mainly: red. Hex color #61140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61140B is #9EEBF4. Grayscale: #2A2A2A. Windows color (decimal): -10415093 or 726113. OLE color: 726113.

HSL color Cylindrical-coordinate representation of color #61140B: hue angle of 6.28º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61140B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 20 11 -
CMYK 0 0.79 0.89 0.62
HSL 6.28º 0.8% 0.21% -
HSV(B) 6.28º 0.89% 0.38% -
XYZ 5.24 3.07 0.63 -
YUV 42 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 97 20 11 0 0.79 0.89 0.62 6.28 0.8 0.21
Hex 61 14 B 0 4F 59 3E 6 50 15
Octal 141 24 13 0 117 131 76 6 120 25
Binary 1100001 10100 1011 0 1001111 1011001 111110 110 1010000 10101

Color Harmonies of #61140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61140B

Black with #61140B

Text Example


Text Example

White with #61140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61140B; }

 p { color: rgb(97,20,11); }

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

background-color css

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

 a { background-color: rgb(97,20,11); }

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

border-color css

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

 span { border-color: rgb(97,20,11); }

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