Html Css Color HEX #53110F Red Oxide

📋 copy color: '#53110F'

red 83 ◦ green 17 ◦ blue 15

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

Shades of Red Oxide #53110F

Tints of Red Oxide #53110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.78%

 BLUE value IS 15 (6.25% from 255) = 13.04%

R = 72.17%
G = 14.78%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53110F (or 0x53110F) is known color: Red Oxide. HEX triplet: 53, 11 and 0F. RGB value is (83,17,15). Sum of RGB (Red+Green+Blue) = 83+17+15=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #53110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53110F is #ACEEF0. Grayscale: #242424. Windows color (decimal): -11333361 or 987475. OLE color: 987475.

HSL color Cylindrical-coordinate representation of color #53110F: hue angle of 1.76º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53110F is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 15 -
CMYK 0 0.80 0.82 0.67
HSL 1.76º 0.69% 0.19% -
HSV(B) 1.76º 0.82% 0.33% -
XYZ 3.85 2.27 0.69 -
YUV 36.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 83 17 15 0 0.80 0.82 0.67 1.76 0.69 0.19
Hex 53 11 F 0 50 52 43 2 45 13
Octal 123 21 17 0 120 122 103 2 105 23
Binary 1010011 10001 1111 0 1010000 1010010 1000011 10 1000101 10011

Color Harmonies of #53110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53110F

Black with #53110F

Text Example


Text Example

White with #53110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,17,15); }

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

background-color css

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

 a { background-color: rgb(83,17,15); }

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

border-color css

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

 span { border-color: rgb(83,17,15); }

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