Html Css Color HEX #54211E Red Oxide

📋 copy color: '#54211E'

red 84 ◦ green 33 ◦ blue 30

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

Shades of Red Oxide #54211E

Tints of Red Oxide #54211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.41%

R = 57.14%
G = 22.45%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#54211E (or 0x54211E) is known color: Red Oxide. HEX triplet: 54, 21 and 1E. RGB value is (84,33,30). Sum of RGB (Red+Green+Blue) = 84+33+30=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54211E is #ABDEE1. Grayscale: #2F2F2F. Windows color (decimal): -11263714 or 1974612. OLE color: 1974612.

HSL color Cylindrical-coordinate representation of color #54211E: hue angle of 3.33º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54211E is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 33 30 -
CMYK 0 0.61 0.64 0.67
HSL 3.33º 0.47% 0.22% -
HSV(B) 3.33º 0.64% 0.33% -
XYZ 4.43 3.07 1.59 -
YUV 47.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 84 33 30 0 0.61 0.64 0.67 3.33 0.47 0.22
Hex 54 21 1E 0 3D 40 43 3 2F 16
Octal 124 41 36 0 75 100 103 3 57 26
Binary 1010100 100001 11110 0 111101 1000000 1000011 11 101111 10110

Color Harmonies of #54211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54211E

Black with #54211E

Text Example


Text Example

White with #54211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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