Html Css Color HEX #52110F Red Oxide

📋 copy color: '#52110F'

red 82 ◦ green 17 ◦ blue 15

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

Shades of Red Oxide #52110F

Tints of Red Oxide #52110F

RGB

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

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

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

R = 71.93%
G = 14.91%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52110F (or 0x52110F) is known color: Red Oxide. HEX triplet: 52, 11 and 0F. RGB value is (82,17,15). Sum of RGB (Red+Green+Blue) = 82+17+15=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #52110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52110F is #ADEEF0. Grayscale: #242424. Windows color (decimal): -11398897 or 987474. OLE color: 987474.

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

Color convert

RGB 82 17 15 -
CMYK 0 0.79 0.82 0.68
HSL 1.79º 0.69% 0.19% -
HSV(B) 1.79º 0.82% 0.32% -
XYZ 3.77 2.23 0.68 -
YUV 36.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 82 17 15 0 0.79 0.82 0.68 1.79 0.69 0.19
Hex 52 11 F 0 4F 52 44 2 45 13
Octal 122 21 17 0 117 122 104 2 105 23
Binary 1010010 10001 1111 0 1001111 1010010 1000100 10 1000101 10011

Color Harmonies of #52110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52110F

Black with #52110F

Text Example


Text Example

White with #52110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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