Html Css Color HEX #531C16 Red Oxide

📋 copy color: '#531C16'

red 83 ◦ green 28 ◦ blue 22

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

Shades of Red Oxide #531C16

Tints of Red Oxide #531C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

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

R = 62.41%
G = 21.05%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#531C16 (or 0x531C16) is known color: Red Oxide. HEX triplet: 53, 1C and 16. RGB value is (83,28,22). Sum of RGB (Red+Green+Blue) = 83+28+22=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #531C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531C16 is #ACE3E9. Grayscale: #2B2B2B. Windows color (decimal): -11330538 or 1449043. OLE color: 1449043.

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

Color convert

RGB 83 28 22 -
CMYK 0 0.66 0.73 0.67
HSL 5.9º 0.58% 0.21% -
HSV(B) 5.9º 0.73% 0.33% -
XYZ 4.13 2.73 1.07 -
YUV 43.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 83 28 22 0 0.66 0.73 0.67 5.9 0.58 0.21
Hex 53 1C 16 0 42 49 43 6 3A 15
Octal 123 34 26 0 102 111 103 6 72 25
Binary 1010011 11100 10110 0 1000010 1001001 1000011 110 111010 10101

Color Harmonies of #531C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C16

Black with #531C16

Text Example


Text Example

White with #531C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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