Html Css Color HEX #521108 Red Oxide

📋 copy color: '#521108'

red 82 ◦ green 17 ◦ blue 8

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

Shades of Red Oxide #521108

Tints of Red Oxide #521108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.48%

R = 76.64%
G = 15.89%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#521108 (or 0x521108) is known color: Red Oxide. HEX triplet: 52, 11 and 08. RGB value is (82,17,8). Sum of RGB (Red+Green+Blue) = 82+17+8=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #521108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521108 is #ADEEF7. Grayscale: #232323. Windows color (decimal): -11398904 or 528722. OLE color: 528722.

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

Color convert

RGB 82 17 8 -
CMYK 0 0.79 0.90 0.68
HSL 7.3º 0.82% 0.18% -
HSV(B) 7.3º 0.9% 0.32% -
XYZ 3.72 2.21 0.46 -
YUV 35.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 82 17 8 0 0.79 0.90 0.68 7.3 0.82 0.18
Hex 52 11 8 0 4F 5A 44 7 52 12
Octal 122 21 10 0 117 132 104 7 122 22
Binary 1010010 10001 1000 0 1001111 1011010 1000100 111 1010010 10010

Color Harmonies of #521108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521108

Black with #521108

Text Example


Text Example

White with #521108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521108; }

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

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

background-color css

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

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

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

border-color css

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

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

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