Html Css Color HEX #531A2B Bordeaux

📋 copy color: '#531A2B'

red 83 ◦ green 26 ◦ blue 43

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

Shades of Bordeaux #531A2B

Tints of Bordeaux #531A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.11%

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

R = 54.61%
G = 17.11%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#531A2B (or 0x531A2B) is known color: Bordeaux. HEX triplet: 53, 1A and 2B. RGB value is (83,26,43). Sum of RGB (Red+Green+Blue) = 83+26+43=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #531A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A2B is #ACE5D4. Grayscale: #2C2C2C. Windows color (decimal): -11331029 or 2824787. OLE color: 2824787.

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

Color convert

RGB 83 26 43 -
CMYK 0 0.69 0.48 0.67
HSL 342.11º 0.52% 0.21% -
HSV(B) 342.11º 0.69% 0.33% -
XYZ 4.37 2.75 2.59 -
YUV 44.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 83 26 43 0 0.69 0.48 0.67 342.11 0.52 0.21
Hex 53 1A 2B 0 45 30 43 156 34 15
Octal 123 32 53 0 105 60 103 526 64 25
Binary 1010011 11010 101011 0 1000101 110000 1000011 101010110 110100 10101

Color Harmonies of #531A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A2B

Black with #531A2B

Text Example


Text Example

White with #531A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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