Html Css Color HEX #54170D Red Oxide

📋 copy color: '#54170D'

red 84 ◦ green 23 ◦ blue 13

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

Shades of Red Oxide #54170D

Tints of Red Oxide #54170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

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

R = 70%
G = 19.17%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54170D (or 0x54170D) is known color: Red Oxide. HEX triplet: 54, 17 and 0D. RGB value is (84,23,13). Sum of RGB (Red+Green+Blue) = 84+23+13=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #54170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54170D is #ABE8F2. Grayscale: #282828. Windows color (decimal): -11266291 or 857940. OLE color: 857940.

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

Color convert

RGB 84 23 13 -
CMYK 0 0.73 0.85 0.67
HSL 8.45º 0.73% 0.19% -
HSV(B) 8.45º 0.85% 0.33% -
XYZ 4.04 2.53 0.66 -
YUV 40.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 84 23 13 0 0.73 0.85 0.67 8.45 0.73 0.19
Hex 54 17 D 0 49 55 43 8 49 13
Octal 124 27 15 0 111 125 103 10 111 23
Binary 1010100 10111 1101 0 1001001 1010101 1000011 1000 1001001 10011

Color Harmonies of #54170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54170D

Black with #54170D

Text Example


Text Example

White with #54170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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