Html Css Color HEX #53211F Red Oxide

📋 copy color: '#53211F'

red 83 ◦ green 33 ◦ blue 31

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

Shades of Red Oxide #53211F

Tints of Red Oxide #53211F

RGB

 RED value IS 83 (32.81% from 255) = 56.46%

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

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

R = 56.46%
G = 22.45%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53211F (or 0x53211F) is known color: Red Oxide. HEX triplet: 53, 21 and 1F. RGB value is (83,33,31). Sum of RGB (Red+Green+Blue) = 83+33+31=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53211F is #ACDEE0. Grayscale: #2F2F2F. Windows color (decimal): -11329249 or 2040147. OLE color: 2040147.

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

Color convert

RGB 83 33 31 -
CMYK 0 0.60 0.63 0.67
HSL 2.31º 0.46% 0.22% -
HSV(B) 2.31º 0.63% 0.33% -
XYZ 4.36 3.03 1.65 -
YUV 47.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 83 33 31 0 0.60 0.63 0.67 2.31 0.46 0.22
Hex 53 21 1F 0 3C 3F 43 2 2E 16
Octal 123 41 37 0 74 77 103 2 56 26
Binary 1010011 100001 11111 0 111100 111111 1000011 10 101110 10110

Color Harmonies of #53211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53211F

Black with #53211F

Text Example


Text Example

White with #53211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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