Html Css Color HEX #531613 Red Oxide

📋 copy color: '#531613'

red 83 ◦ green 22 ◦ blue 19

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

Shades of Red Oxide #531613

Tints of Red Oxide #531613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.74%

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 66.94%
G = 17.74%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#531613 (or 0x531613) is known color: Red Oxide. HEX triplet: 53, 16 and 13. RGB value is (83,22,19). Sum of RGB (Red+Green+Blue) = 83+22+19=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #531613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531613 is #ACE9EC. Grayscale: #272727. Windows color (decimal): -11332077 or 1250899. OLE color: 1250899.

HSL color Cylindrical-coordinate representation of color #531613: hue angle of 2.81º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531613 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 19 -
CMYK 0 0.73 0.77 0.67
HSL 2.81º 0.63% 0.2% -
HSV(B) 2.81º 0.77% 0.33% -
XYZ 3.97 2.46 0.88 -
YUV 39.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 83 22 19 0 0.73 0.77 0.67 2.81 0.63 0.2
Hex 53 16 13 0 49 4D 43 3 3F 14
Octal 123 26 23 0 111 115 103 3 77 24
Binary 1010011 10110 10011 0 1001001 1001101 1000011 11 111111 10100

Color Harmonies of #531613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531613

Black with #531613

Text Example


Text Example

White with #531613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531613; }

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

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

background-color css

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

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

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

border-color css

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

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

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