Html Css Color HEX #53100D Red Oxide

📋 copy color: '#53100D'

red 83 ◦ green 16 ◦ blue 13

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

Shades of Red Oxide #53100D

Tints of Red Oxide #53100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.29%

 BLUE value IS 13 (5.47% from 255) = 11.61%

R = 74.11%
G = 14.29%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53100D (or 0x53100D) is known color: Red Oxide. HEX triplet: 53, 10 and 0D. RGB value is (83,16,13). Sum of RGB (Red+Green+Blue) = 83+16+13=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #53100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53100D is #ACEFF2. Grayscale: #232323. Windows color (decimal): -11333619 or 856147. OLE color: 856147.

HSL color Cylindrical-coordinate representation of color #53100D: hue angle of 2.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53100D is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 13 -
CMYK 0 0.81 0.84 0.67
HSL 2.57º 0.73% 0.19% -
HSV(B) 2.57º 0.84% 0.33% -
XYZ 3.83 2.24 0.61 -
YUV 35.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 83 16 13 0 0.81 0.84 0.67 2.57 0.73 0.19
Hex 53 10 D 0 51 54 43 3 49 13
Octal 123 20 15 0 121 124 103 3 111 23
Binary 1010011 10000 1101 0 1010001 1010100 1000011 11 1001001 10011

Color Harmonies of #53100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53100D

Black with #53100D

Text Example


Text Example

White with #53100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53100D; }

 p { color: rgb(83,16,13); }

 H1.HeaderClassName
 {
   color: #53100D;
 }
 .AnyTagClassName
 {
   color: #53100D;
 }
</style>

background-color css

<style>
 a { background-color: #53100D; }

 a { background-color: rgb(83,16,13); }

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

border-color css

<style>
 span { border-color: #53100D; }

 span { border-color: rgb(83,16,13); }

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