Html Css Color HEX #531D17 Red Oxide

📋 copy color: '#531D17'

red 83 ◦ green 29 ◦ blue 23

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

Shades of Red Oxide #531D17

Tints of Red Oxide #531D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.48%

 BLUE value IS 23 (9.38% from 255) = 17.04%

R = 61.48%
G = 21.48%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#531D17 (or 0x531D17) is known color: Red Oxide. HEX triplet: 53, 1D and 17. RGB value is (83,29,23). Sum of RGB (Red+Green+Blue) = 83+29+23=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #531D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D17 is #ACE2E8. Grayscale: #2C2C2C. Windows color (decimal): -11330281 or 1514835. OLE color: 1514835.

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

Color convert

RGB 83 29 23 -
CMYK 0 0.65 0.72 0.67
HSL 0.57% 0.21% -
HSV(B) 0.72% 0.33% -
XYZ 4.16 2.78 1.13 -
YUV 44.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 83 29 23 0 0.65 0.72 0.67 6 0.57 0.21
Hex 53 1D 17 0 41 48 43 6 39 15
Octal 123 35 27 0 101 110 103 6 71 25
Binary 1010011 11101 10111 0 1000001 1001000 1000011 110 111001 10101

Color Harmonies of #531D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D17

Black with #531D17

Text Example


Text Example

White with #531D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,29,23); }

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

background-color css

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

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

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

border-color css

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

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

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