Html Css Color HEX #531511 Red Oxide

📋 copy color: '#531511'

red 83 ◦ green 21 ◦ blue 17

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

Shades of Red Oxide #531511

Tints of Red Oxide #531511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.36%

 BLUE value IS 17 (7.03% from 255) = 14.05%

R = 68.6%
G = 17.36%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#531511 (or 0x531511) is known color: Red Oxide. HEX triplet: 53, 15 and 11. RGB value is (83,21,17). Sum of RGB (Red+Green+Blue) = 83+21+17=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531511 is #ACEAEE. Grayscale: #272727. Windows color (decimal): -11332335 or 1119571. OLE color: 1119571.

HSL color Cylindrical-coordinate representation of color #531511: hue angle of 3.64º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531511 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 17 -
CMYK 0 0.75 0.80 0.67
HSL 3.64º 0.66% 0.2% -
HSV(B) 3.64º 0.8% 0.33% -
XYZ 3.94 2.42 0.79 -
YUV 39.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 83 21 17 0 0.75 0.80 0.67 3.64 0.66 0.2
Hex 53 15 11 0 4B 50 43 4 42 14
Octal 123 25 21 0 113 120 103 4 102 24
Binary 1010011 10101 10001 0 1001011 1010000 1000011 100 1000010 10100

Color Harmonies of #531511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531511

Black with #531511

Text Example


Text Example

White with #531511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531511; }

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

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

background-color css

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

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

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

border-color css

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

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

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