Html Css Color HEX #54130D Red Oxide

📋 copy color: '#54130D'

red 84 ◦ green 19 ◦ blue 13

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

Shades of Red Oxide #54130D

Tints of Red Oxide #54130D

RGB

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

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

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

R = 72.41%
G = 16.38%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54130D (or 0x54130D) is known color: Red Oxide. HEX triplet: 54, 13 and 0D. RGB value is (84,19,13). Sum of RGB (Red+Green+Blue) = 84+19+13=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #54130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54130D is #ABECF2. Grayscale: #252525. Windows color (decimal): -11267315 or 856916. OLE color: 856916.

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

Color convert

RGB 84 19 13 -
CMYK 0 0.77 0.85 0.67
HSL 5.07º 0.73% 0.19% -
HSV(B) 5.07º 0.85% 0.33% -
XYZ 3.96 2.38 0.63 -
YUV 37.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 84 19 13 0 0.77 0.85 0.67 5.07 0.73 0.19
Hex 54 13 D 0 4D 55 43 5 49 13
Octal 124 23 15 0 115 125 103 5 111 23
Binary 1010100 10011 1101 0 1001101 1010101 1000011 101 1001001 10011

Color Harmonies of #54130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54130D

Black with #54130D

Text Example


Text Example

White with #54130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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