Html Css Color HEX #54150D Red Oxide

📋 copy color: '#54150D'

red 84 ◦ green 21 ◦ blue 13

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

Shades of Red Oxide #54150D

Tints of Red Oxide #54150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.8%

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

R = 71.19%
G = 17.8%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54150D (or 0x54150D) is known color: Red Oxide. HEX triplet: 54, 15 and 0D. RGB value is (84,21,13). Sum of RGB (Red+Green+Blue) = 84+21+13=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #54150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54150D is #ABEAF2. Grayscale: #272727. Windows color (decimal): -11266803 or 857428. OLE color: 857428.

HSL color Cylindrical-coordinate representation of color #54150D: hue angle of 6.76º 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 #54150D is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 21 13 -
CMYK 0 0.75 0.85 0.67
HSL 6.76º 0.73% 0.19% -
HSV(B) 6.76º 0.85% 0.33% -
XYZ 4 2.45 0.64 -
YUV 38.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 84 21 13 0 0.75 0.85 0.67 6.76 0.73 0.19
Hex 54 15 D 0 4B 55 43 7 49 13
Octal 124 25 15 0 113 125 103 7 111 23
Binary 1010100 10101 1101 0 1001011 1010101 1000011 111 1001001 10011

Color Harmonies of #54150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54150D

Black with #54150D

Text Example


Text Example

White with #54150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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