Html Css Color HEX #531503 Red Oxide

📋 copy color: '#531503'

red 83 ◦ green 21 ◦ blue 3

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

Shades of Red Oxide #531503

Tints of Red Oxide #531503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.8%

R = 77.57%
G = 19.63%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#531503 (or 0x531503) is known color: Red Oxide. HEX triplet: 53, 15 and 03. RGB value is (83,21,3). Sum of RGB (Red+Green+Blue) = 83+21+3=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531503 is #ACEAFC. Grayscale: #252525. Windows color (decimal): -11332349 or 202067. OLE color: 202067.

HSL color Cylindrical-coordinate representation of color #531503: hue angle of 13.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #531503 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 3 -
CMYK 0 0.75 0.96 0.67
HSL 13.5º 0.93% 0.17% -
HSV(B) 13.5º 0.96% 0.33% -
XYZ 3.85 2.38 0.34 -
YUV 37.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 83 21 3 0 0.75 0.96 0.67 13.5 0.93 0.17
Hex 53 15 3 0 4B 60 43 E 5D 11
Octal 123 25 3 0 113 140 103 16 135 21
Binary 1010011 10101 11 0 1001011 1100000 1000011 1110 1011101 10001

Color Harmonies of #531503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531503

Black with #531503

Text Example


Text Example

White with #531503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531503; }

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

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

background-color css

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

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

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

border-color css

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

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

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