Html Css Color HEX #54170F Red Oxide

📋 copy color: '#54170F'

red 84 ◦ green 23 ◦ blue 15

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

Shades of Red Oxide #54170F

Tints of Red Oxide #54170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.3%

R = 68.85%
G = 18.85%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54170F (or 0x54170F) is known color: Red Oxide. HEX triplet: 54, 17 and 0F. RGB value is (84,23,15). Sum of RGB (Red+Green+Blue) = 84+23+15=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #54170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54170F is #ABE8F0. Grayscale: #282828. Windows color (decimal): -11266289 or 989012. OLE color: 989012.

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

Color convert

RGB 84 23 15 -
CMYK 0 0.73 0.82 0.67
HSL 6.96º 0.7% 0.19% -
HSV(B) 6.96º 0.82% 0.33% -
XYZ 4.05 2.53 0.73 -
YUV 40.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 84 23 15 0 0.73 0.82 0.67 6.96 0.7 0.19
Hex 54 17 F 0 49 52 43 7 46 13
Octal 124 27 17 0 111 122 103 7 106 23
Binary 1010100 10111 1111 0 1001001 1010010 1000011 111 1000110 10011

Color Harmonies of #54170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54170F

Black with #54170F

Text Example


Text Example

White with #54170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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