Html Css Color HEX #54130B Red Oxide

📋 copy color: '#54130B'

red 84 ◦ green 19 ◦ blue 11

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

Shades of Red Oxide #54130B

Tints of Red Oxide #54130B

RGB

 RED value IS 84 (33.2% from 255) = 73.68%

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

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

R = 73.68%
G = 16.67%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#54130B (or 0x54130B) is known color: Red Oxide. HEX triplet: 54, 13 and 0B. RGB value is (84,19,11). Sum of RGB (Red+Green+Blue) = 84+19+11=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #54130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54130B is #ABECF4. Grayscale: #252525. Windows color (decimal): -11267317 or 725844. OLE color: 725844.

HSL color Cylindrical-coordinate representation of color #54130B: hue angle of 6.58º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54130B is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 19 11 -
CMYK 0 0.77 0.87 0.67
HSL 6.58º 0.77% 0.19% -
HSV(B) 6.58º 0.87% 0.33% -
XYZ 3.95 2.37 0.57 -
YUV 37.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 84 19 11 0 0.77 0.87 0.67 6.58 0.77 0.19
Hex 54 13 B 0 4D 57 43 7 4D 13
Octal 124 23 13 0 115 127 103 7 115 23
Binary 1010100 10011 1011 0 1001101 1010111 1000011 111 1001101 10011

Color Harmonies of #54130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54130B

Black with #54130B

Text Example


Text Example

White with #54130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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