Html Css Color HEX #54201F Red Oxide

📋 copy color: '#54201F'

red 84 ◦ green 32 ◦ blue 31

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

Shades of Red Oxide #54201F

Tints of Red Oxide #54201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.77%

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 57.14%
G = 21.77%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54201F (or 0x54201F) is known color: Red Oxide. HEX triplet: 54, 20 and 1F. RGB value is (84,32,31). Sum of RGB (Red+Green+Blue) = 84+32+31=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54201F is #ABDFE0. Grayscale: #2F2F2F. Windows color (decimal): -11263969 or 2039892. OLE color: 2039892.

HSL color Cylindrical-coordinate representation of color #54201F: hue angle of 1.13º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54201F is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 32 31 -
CMYK 0 0.62 0.63 0.67
HSL 1.13º 0.46% 0.23% -
HSV(B) 1.13º 0.63% 0.33% -
XYZ 4.42 3.02 1.65 -
YUV 47.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 84 32 31 0 0.62 0.63 0.67 1.13 0.46 0.23
Hex 54 20 1F 0 3E 3F 43 1 2E 17
Octal 124 40 37 0 76 77 103 1 56 27
Binary 1010100 100000 11111 0 111110 111111 1000011 1 101110 10111

Color Harmonies of #54201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54201F

Black with #54201F

Text Example


Text Example

White with #54201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,32,31); }

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

background-color css

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

 a { background-color: rgb(84,32,31); }

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

border-color css

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

 span { border-color: rgb(84,32,31); }

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