Html Css Color HEX #53201E Red Oxide

📋 copy color: '#53201E'

red 83 ◦ green 32 ◦ blue 30

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

Shades of Red Oxide #53201E

Tints of Red Oxide #53201E

RGB

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

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

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

R = 57.24%
G = 22.07%
B = 20.69%

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

#53201E (or 0x53201E) is known color: Red Oxide. HEX triplet: 53, 20 and 1E. RGB value is (83,32,30). Sum of RGB (Red+Green+Blue) = 83+32+30=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53201E is #ACDFE1. Grayscale: #2F2F2F. Windows color (decimal): -11329506 or 1974355. OLE color: 1974355.

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

Color convert

RGB 83 32 30 -
CMYK 0 0.61 0.64 0.67
HSL 2.26º 0.47% 0.22% -
HSV(B) 2.26º 0.64% 0.33% -
XYZ 4.32 2.97 1.57 -
YUV 47.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 83 32 30 0 0.61 0.64 0.67 2.26 0.47 0.22
Hex 53 20 1E 0 3D 40 43 2 2F 16
Octal 123 40 36 0 75 100 103 2 57 26
Binary 1010011 100000 11110 0 111101 1000000 1000011 10 101111 10110

Color Harmonies of #53201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53201E

Black with #53201E

Text Example


Text Example

White with #53201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,32,30); }

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

background-color css

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

 a { background-color: rgb(83,32,30); }

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

border-color css

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

 span { border-color: rgb(83,32,30); }

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