Html Css Color HEX #531103 Red Oxide

📋 copy color: '#531103'

red 83 ◦ green 17 ◦ blue 3

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

Shades of Red Oxide #531103

Tints of Red Oxide #531103

RGB

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

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

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

R = 80.58%
G = 16.5%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#531103 (or 0x531103) is known color: Red Oxide. HEX triplet: 53, 11 and 03. RGB value is (83,17,3). Sum of RGB (Red+Green+Blue) = 83+17+3=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #531103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531103 is #ACEEFC. Grayscale: #232323. Windows color (decimal): -11333373 or 201043. OLE color: 201043.

HSL color Cylindrical-coordinate representation of color #531103: hue angle of 10.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 #531103 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 3 -
CMYK 0 0.80 0.96 0.67
HSL 10.5º 0.93% 0.17% -
HSV(B) 10.5º 0.96% 0.33% -
XYZ 3.78 2.25 0.32 -
YUV 35.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 83 17 3 0 0.80 0.96 0.67 10.5 0.93 0.17
Hex 53 11 3 0 50 60 43 A 5D 11
Octal 123 21 3 0 120 140 103 12 135 21
Binary 1010011 10001 11 0 1010000 1100000 1000011 1010 1011101 10001

Color Harmonies of #531103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531103

Black with #531103

Text Example


Text Example

White with #531103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531103; }

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

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

background-color css

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

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

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

border-color css

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

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

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