Html Css Color HEX #53170D Red Oxide

📋 copy color: '#53170D'

red 83 ◦ green 23 ◦ blue 13

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

Shades of Red Oxide #53170D

Tints of Red Oxide #53170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.33%

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

R = 69.75%
G = 19.33%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53170D (or 0x53170D) is known color: Red Oxide. HEX triplet: 53, 17 and 0D. RGB value is (83,23,13). Sum of RGB (Red+Green+Blue) = 83+23+13=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #53170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53170D is #ACE8F2. Grayscale: #272727. Windows color (decimal): -11331827 or 857939. OLE color: 857939.

HSL color Cylindrical-coordinate representation of color #53170D: hue angle of 8.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 #53170D is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 13 -
CMYK 0 0.72 0.84 0.67
HSL 8.57º 0.73% 0.19% -
HSV(B) 8.57º 0.84% 0.33% -
XYZ 3.95 2.48 0.65 -
YUV 39.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 83 23 13 0 0.72 0.84 0.67 8.57 0.73 0.19
Hex 53 17 D 0 48 54 43 9 49 13
Octal 123 27 15 0 110 124 103 11 111 23
Binary 1010011 10111 1101 0 1001000 1010100 1000011 1001 1001001 10011

Color Harmonies of #53170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53170D

Black with #53170D

Text Example


Text Example

White with #53170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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