Html Css Color HEX #531D2B Bordeaux

📋 copy color: '#531D2B'

red 83 ◦ green 29 ◦ blue 43

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

Shades of Bordeaux #531D2B

Tints of Bordeaux #531D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.74%

R = 53.55%
G = 18.71%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#531D2B (or 0x531D2B) is known color: Bordeaux. HEX triplet: 53, 1D and 2B. RGB value is (83,29,43). Sum of RGB (Red+Green+Blue) = 83+29+43=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #531D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D2B is #ACE2D4. Grayscale: #2E2E2E. Windows color (decimal): -11330261 or 2825555. OLE color: 2825555.

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

Color convert

RGB 83 29 43 -
CMYK 0 0.65 0.48 0.67
HSL 344.44º 0.48% 0.22% -
HSV(B) 344.44º 0.65% 0.33% -
XYZ 4.44 2.89 2.61 -
YUV 46.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 83 29 43 0 0.65 0.48 0.67 344.44 0.48 0.22
Hex 53 1D 2B 0 41 30 43 158 30 16
Octal 123 35 53 0 101 60 103 530 60 26
Binary 1010011 11101 101011 0 1000001 110000 1000011 101011000 110000 10110

Color Harmonies of #531D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D2B

Black with #531D2B

Text Example


Text Example

White with #531D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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