Html Css Color HEX #54211F Red Oxide

📋 copy color: '#54211F'

red 84 ◦ green 33 ◦ blue 31

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

Shades of Red Oxide #54211F

Tints of Red Oxide #54211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.3%

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

R = 56.76%
G = 22.3%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54211F (or 0x54211F) is known color: Red Oxide. HEX triplet: 54, 21 and 1F. RGB value is (84,33,31). Sum of RGB (Red+Green+Blue) = 84+33+31=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54211F is #ABDEE0. Grayscale: #303030. Windows color (decimal): -11263713 or 2040148. OLE color: 2040148.

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

Color convert

RGB 84 33 31 -
CMYK 0 0.61 0.63 0.67
HSL 2.26º 0.46% 0.23% -
HSV(B) 2.26º 0.63% 0.33% -
XYZ 4.45 3.07 1.65 -
YUV 48.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 84 33 31 0 0.61 0.63 0.67 2.26 0.46 0.23
Hex 54 21 1F 0 3D 3F 43 2 2E 17
Octal 124 41 37 0 75 77 103 2 56 27
Binary 1010100 100001 11111 0 111101 111111 1000011 10 101110 10111

Color Harmonies of #54211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54211F

Black with #54211F

Text Example


Text Example

White with #54211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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