Html Css Color HEX #54170B Red Oxide

📋 copy color: '#54170B'

red 84 ◦ green 23 ◦ blue 11

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

Shades of Red Oxide #54170B

Tints of Red Oxide #54170B

RGB

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

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

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

R = 71.19%
G = 19.49%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#54170B (or 0x54170B) is known color: Red Oxide. HEX triplet: 54, 17 and 0B. RGB value is (84,23,11). Sum of RGB (Red+Green+Blue) = 84+23+11=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #54170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54170B is #ABE8F4. Grayscale: #272727. Windows color (decimal): -11266293 or 726868. OLE color: 726868.

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

Color convert

RGB 84 23 11 -
CMYK 0 0.73 0.87 0.67
HSL 9.86º 0.77% 0.19% -
HSV(B) 9.86º 0.87% 0.33% -
XYZ 4.02 2.52 0.59 -
YUV 39.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 84 23 11 0 0.73 0.87 0.67 9.86 0.77 0.19
Hex 54 17 B 0 49 57 43 A 4D 13
Octal 124 27 13 0 111 127 103 12 115 23
Binary 1010100 10111 1011 0 1001001 1010111 1000011 1010 1001101 10011

Color Harmonies of #54170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54170B

Black with #54170B

Text Example


Text Example

White with #54170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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