Html Css Color HEX #54110F Red Oxide

📋 copy color: '#54110F'

red 84 ◦ green 17 ◦ blue 15

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

Shades of Red Oxide #54110F

Tints of Red Oxide #54110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.66%

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

R = 72.41%
G = 14.66%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54110F (or 0x54110F) is known color: Red Oxide. HEX triplet: 54, 11 and 0F. RGB value is (84,17,15). Sum of RGB (Red+Green+Blue) = 84+17+15=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #54110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54110F is #ABEEF0. Grayscale: #242424. Windows color (decimal): -11267825 or 987476. OLE color: 987476.

HSL color Cylindrical-coordinate representation of color #54110F: hue angle of 1.74º 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 #54110F is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 17 15 -
CMYK 0 0.80 0.82 0.67
HSL 1.74º 0.7% 0.19% -
HSV(B) 1.74º 0.82% 0.33% -
XYZ 3.94 2.32 0.69 -
YUV 36.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 84 17 15 0 0.80 0.82 0.67 1.74 0.7 0.19
Hex 54 11 F 0 50 52 43 2 46 13
Octal 124 21 17 0 120 122 103 2 106 23
Binary 1010100 10001 1111 0 1010000 1010010 1000011 10 1000110 10011

Color Harmonies of #54110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54110F

Black with #54110F

Text Example


Text Example

White with #54110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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