Html Css Color HEX #531105 Red Oxide

📋 copy color: '#531105'

red 83 ◦ green 17 ◦ blue 5

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

Shades of Red Oxide #531105

Tints of Red Oxide #531105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.76%

R = 79.05%
G = 16.19%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#531105 (or 0x531105) is known color: Red Oxide. HEX triplet: 53, 11 and 05. RGB value is (83,17,5). Sum of RGB (Red+Green+Blue) = 83+17+5=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #531105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531105 is #ACEEFA. Grayscale: #232323. Windows color (decimal): -11333371 or 332115. OLE color: 332115.

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

Color convert

RGB 83 17 5 -
CMYK 0 0.80 0.94 0.67
HSL 9.23º 0.89% 0.17% -
HSV(B) 9.23º 0.94% 0.33% -
XYZ 3.8 2.25 0.38 -
YUV 35.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 83 17 5 0 0.80 0.94 0.67 9.23 0.89 0.17
Hex 53 11 5 0 50 5E 43 9 59 11
Octal 123 21 5 0 120 136 103 11 131 21
Binary 1010011 10001 101 0 1010000 1011110 1000011 1001 1011001 10001

Color Harmonies of #531105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531105

Black with #531105

Text Example


Text Example

White with #531105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531105; }

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

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

background-color css

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

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

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

border-color css

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

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

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