Html Css Color HEX #54190C Red Oxide

📋 copy color: '#54190C'

red 84 ◦ green 25 ◦ blue 12

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

Shades of Red Oxide #54190C

Tints of Red Oxide #54190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.66%

 BLUE value IS 12 (5.08% from 255) = 9.92%

R = 69.42%
G = 20.66%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#54190C (or 0x54190C) is known color: Red Oxide. HEX triplet: 54, 19 and 0C. RGB value is (84,25,12). Sum of RGB (Red+Green+Blue) = 84+25+12=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #54190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54190C is #ABE6F3. Grayscale: #292929. Windows color (decimal): -11265780 or 792916. OLE color: 792916.

HSL color Cylindrical-coordinate representation of color #54190C: hue angle of 10.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54190C is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 25 12 -
CMYK 0 0.70 0.86 0.67
HSL 10.83º 0.75% 0.19% -
HSV(B) 10.83º 0.86% 0.33% -
XYZ 4.07 2.61 0.64 -
YUV 41.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 84 25 12 0 0.70 0.86 0.67 10.83 0.75 0.19
Hex 54 19 C 0 46 56 43 B 4B 13
Octal 124 31 14 0 106 126 103 13 113 23
Binary 1010100 11001 1100 0 1000110 1010110 1000011 1011 1001011 10011

Color Harmonies of #54190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54190C

Black with #54190C

Text Example


Text Example

White with #54190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54190C; }

 p { color: rgb(84,25,12); }

 H1.HeaderClassName
 {
   color: #54190C;
 }
 .AnyTagClassName
 {
   color: #54190C;
 }
</style>

background-color css

<style>
 a { background-color: #54190C; }

 a { background-color: rgb(84,25,12); }

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

border-color css

<style>
 span { border-color: #54190C; }

 span { border-color: rgb(84,25,12); }

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