Html Css Color HEX #531229 Bordeaux

📋 copy color: '#531229'

red 83 ◦ green 18 ◦ blue 41

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

Shades of Bordeaux #531229

Tints of Bordeaux #531229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.68%

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

R = 58.45%
G = 12.68%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#531229 (or 0x531229) is known color: Bordeaux. HEX triplet: 53, 12 and 29. RGB value is (83,18,41). Sum of RGB (Red+Green+Blue) = 83+18+41=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #531229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531229 is #ACEDD6. Grayscale: #282828. Windows color (decimal): -11333079 or 2691667. OLE color: 2691667.

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

Color convert

RGB 83 18 41 -
CMYK 0 0.78 0.51 0.67
HSL 338.77º 0.64% 0.2% -
HSV(B) 338.77º 0.78% 0.33% -
XYZ 4.18 2.43 2.35 -
YUV 40.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 83 18 41 0 0.78 0.51 0.67 338.77 0.64 0.2
Hex 53 12 29 0 4E 33 43 153 40 14
Octal 123 22 51 0 116 63 103 523 100 24
Binary 1010011 10010 101001 0 1001110 110011 1000011 101010011 1000000 10100

Color Harmonies of #531229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531229

Black with #531229

Text Example


Text Example

White with #531229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531229; }

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

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

background-color css

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

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

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

border-color css

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

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

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