Html Css Color HEX #531816 Red Oxide

📋 copy color: '#531816'

red 83 ◦ green 24 ◦ blue 22

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

Shades of Red Oxide #531816

Tints of Red Oxide #531816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 64.34%
G = 18.6%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#531816 (or 0x531816) is known color: Red Oxide. HEX triplet: 53, 18 and 16. RGB value is (83,24,22). Sum of RGB (Red+Green+Blue) = 83+24+22=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #531816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531816 is #ACE7E9. Grayscale: #292929. Windows color (decimal): -11331562 or 1448019. OLE color: 1448019.

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

Color convert

RGB 83 24 22 -
CMYK 0 0.71 0.73 0.67
HSL 1.97º 0.58% 0.21% -
HSV(B) 1.97º 0.73% 0.33% -
XYZ 4.04 2.55 1.04 -
YUV 41.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 83 24 22 0 0.71 0.73 0.67 1.97 0.58 0.21
Hex 53 18 16 0 47 49 43 2 3A 15
Octal 123 30 26 0 107 111 103 2 72 25
Binary 1010011 11000 10110 0 1000111 1001001 1000011 10 111010 10101

Color Harmonies of #531816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531816

Black with #531816

Text Example


Text Example

White with #531816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531816; }

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

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

background-color css

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

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

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

border-color css

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

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

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