Html Css Color HEX #531616 Red Oxide

📋 copy color: '#531616'

red 83 ◦ green 22 ◦ blue 22

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

Shades of Red Oxide #531616

Tints of Red Oxide #531616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 65.35%
G = 17.32%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#531616 (or 0x531616) is known color: Red Oxide. HEX triplet: 53, 16 and 16. RGB value is (83,22,22). Sum of RGB (Red+Green+Blue) = 83+22+22=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #531616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531616 is #ACE9E9. Grayscale: #282828. Windows color (decimal): -11332074 or 1447507. OLE color: 1447507.

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

Color convert

RGB 83 22 22 -
CMYK 0 0.73 0.73 0.67
HSL 0.58% 0.21% -
HSV(B) 0.73% 0.33% -
XYZ 4 2.47 1.03 -
YUV 40.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 83 22 22 0 0.73 0.73 0.67 0 0.58 0.21
Hex 53 16 16 0 49 49 43 0 3A 15
Octal 123 26 26 0 111 111 103 0 72 25
Binary 1010011 10110 10110 0 1001001 1001001 1000011 0 111010 10101

Color Harmonies of #531616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531616

Black with #531616

Text Example


Text Example

White with #531616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531616; }

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

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

background-color css

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

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

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

border-color css

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

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

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