Html Css Color HEX #5F130B Red Oxide

📋 copy color: '#5F130B'

red 95 ◦ green 19 ◦ blue 11

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

Shades of Red Oxide #5F130B

Tints of Red Oxide #5F130B

RGB

 RED value IS 95 (37.5% from 255) = 76%

 GREEN value IS 19 (7.81% from 255) = 15.2%

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

R = 76%
G = 15.2%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.63

RGB Variations

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

Color information

#5F130B (or 0x5F130B) is known color: Red Oxide. HEX triplet: 5F, 13 and 0B. RGB value is (95,19,11). Sum of RGB (Red+Green+Blue) = 95+19+11=125 (16% of max value = 765). Red value is 95 (37.5% from 255 or 76% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 95 - color contains mainly: red. Hex color #5F130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F130B is #A0ECF4. Grayscale: #282828. Windows color (decimal): -10546421 or 725855. OLE color: 725855.

HSL color Cylindrical-coordinate representation of color #5F130B: hue angle of 5.71º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F130B is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 19 11 -
CMYK 0 0.80 0.88 0.63
HSL 5.71º 0.79% 0.21% -
HSV(B) 5.71º 0.88% 0.37% -
XYZ 5.01 2.92 0.62 -
YUV 40.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 95 19 11 0 0.80 0.88 0.63 5.71 0.79 0.21
Hex 5F 13 B 0 50 58 3F 6 4F 15
Octal 137 23 13 0 120 130 77 6 117 25
Binary 1011111 10011 1011 0 1010000 1011000 111111 110 1001111 10101

Color Harmonies of #5F130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F130B

Black with #5F130B

Text Example


Text Example

White with #5F130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F130B; }

 p { color: rgb(95,19,11); }

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

background-color css

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

 a { background-color: rgb(95,19,11); }

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

border-color css

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

 span { border-color: rgb(95,19,11); }

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