Html Css Color HEX #531329 Bordeaux

📋 copy color: '#531329'

red 83 ◦ green 19 ◦ blue 41

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

Shades of Bordeaux #531329

Tints of Bordeaux #531329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

 BLUE value IS 41 (16.41% from 255) = 28.67%

R = 58.04%
G = 13.29%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#531329 (or 0x531329) is known color: Bordeaux. HEX triplet: 53, 13 and 29. RGB value is (83,19,41). Sum of RGB (Red+Green+Blue) = 83+19+41=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #531329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531329 is #ACECD6. Grayscale: #282828. Windows color (decimal): -11332823 or 2691923. OLE color: 2691923.

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

Color convert

RGB 83 19 41 -
CMYK 0 0.77 0.51 0.67
HSL 339.38º 0.63% 0.2% -
HSV(B) 339.38º 0.77% 0.33% -
XYZ 4.2 2.46 2.35 -
YUV 40.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 83 19 41 0 0.77 0.51 0.67 339.38 0.63 0.2
Hex 53 13 29 0 4D 33 43 153 3F 14
Octal 123 23 51 0 115 63 103 523 77 24
Binary 1010011 10011 101001 0 1001101 110011 1000011 101010011 111111 10100

Color Harmonies of #531329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531329

Black with #531329

Text Example


Text Example

White with #531329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531329; }

 p { color: rgb(83,19,41); }

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

background-color css

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

 a { background-color: rgb(83,19,41); }

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

border-color css

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

 span { border-color: rgb(83,19,41); }

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