Html Css Color HEX #531305 Red Oxide

📋 copy color: '#531305'

red 83 ◦ green 19 ◦ blue 5

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

Shades of Red Oxide #531305

Tints of Red Oxide #531305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 77.57%
G = 17.76%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#531305 (or 0x531305) is known color: Red Oxide. HEX triplet: 53, 13 and 05. RGB value is (83,19,5). Sum of RGB (Red+Green+Blue) = 83+19+5=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531305 is #ACECFA. Grayscale: #242424. Windows color (decimal): -11332859 or 332627. OLE color: 332627.

HSL color Cylindrical-coordinate representation of color #531305: hue angle of 10.77º 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 #531305 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 19 5 -
CMYK 0 0.77 0.94 0.67
HSL 10.77º 0.89% 0.17% -
HSV(B) 10.77º 0.94% 0.33% -
XYZ 3.83 2.32 0.39 -
YUV 36.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 83 19 5 0 0.77 0.94 0.67 10.77 0.89 0.17
Hex 53 13 5 0 4D 5E 43 B 59 11
Octal 123 23 5 0 115 136 103 13 131 21
Binary 1010011 10011 101 0 1001101 1011110 1000011 1011 1011001 10001

Color Harmonies of #531305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531305

Black with #531305

Text Example


Text Example

White with #531305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531305; }

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

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

background-color css

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

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

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

border-color css

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

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

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