Html Css Color HEX #531B2B Bordeaux

📋 copy color: '#531B2B'

red 83 ◦ green 27 ◦ blue 43

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

Shades of Bordeaux #531B2B

Tints of Bordeaux #531B2B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.65%

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

R = 54.25%
G = 17.65%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#531B2B (or 0x531B2B) is known color: Bordeaux. HEX triplet: 53, 1B and 2B. RGB value is (83,27,43). Sum of RGB (Red+Green+Blue) = 83+27+43=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #531B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B2B is #ACE4D4. Grayscale: #2D2D2D. Windows color (decimal): -11330773 or 2825043. OLE color: 2825043.

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

Color convert

RGB 83 27 43 -
CMYK 0 0.67 0.48 0.67
HSL 342.86º 0.51% 0.22% -
HSV(B) 342.86º 0.67% 0.33% -
XYZ 4.4 2.8 2.59 -
YUV 45.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 83 27 43 0 0.67 0.48 0.67 342.86 0.51 0.22
Hex 53 1B 2B 0 43 30 43 157 33 16
Octal 123 33 53 0 103 60 103 527 63 26
Binary 1010011 11011 101011 0 1000011 110000 1000011 101010111 110011 10110

Color Harmonies of #531B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B2B

Black with #531B2B

Text Example


Text Example

White with #531B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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