Html Css Color HEX #52170D Red Oxide

📋 copy color: '#52170D'

red 82 ◦ green 23 ◦ blue 13

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

Shades of Red Oxide #52170D

Tints of Red Oxide #52170D

RGB

 RED value IS 82 (32.42% from 255) = 69.49%

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

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

R = 69.49%
G = 19.49%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52170D (or 0x52170D) is known color: Red Oxide. HEX triplet: 52, 17 and 0D. RGB value is (82,23,13). Sum of RGB (Red+Green+Blue) = 82+23+13=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #52170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52170D is #ADE8F2. Grayscale: #272727. Windows color (decimal): -11397363 or 857938. OLE color: 857938.

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

Color convert

RGB 82 23 13 -
CMYK 0 0.72 0.84 0.68
HSL 8.7º 0.73% 0.19% -
HSV(B) 8.7º 0.84% 0.32% -
XYZ 3.86 2.44 0.65 -
YUV 39.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 82 23 13 0 0.72 0.84 0.68 8.7 0.73 0.19
Hex 52 17 D 0 48 54 44 9 49 13
Octal 122 27 15 0 110 124 104 11 111 23
Binary 1010010 10111 1101 0 1001000 1010100 1000100 1001 1001001 10011

Color Harmonies of #52170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52170D

Black with #52170D

Text Example


Text Example

White with #52170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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