Html Css Color HEX #531320 Bordeaux

📋 copy color: '#531320'

red 83 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #531320

Tints of Bordeaux #531320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.88%

R = 61.94%
G = 14.18%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#531320 (or 0x531320) is known color: Bordeaux. HEX triplet: 53, 13 and 20. RGB value is (83,19,32). Sum of RGB (Red+Green+Blue) = 83+19+32=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #531320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531320 is #ACECDF. Grayscale: #272727. Windows color (decimal): -11332832 or 2102099. OLE color: 2102099.

HSL color Cylindrical-coordinate representation of color #531320: hue angle of 347.81º 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 #531320 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 19 32 -
CMYK 0 0.77 0.61 0.67
HSL 347.81º 0.63% 0.2% -
HSV(B) 347.81º 0.77% 0.33% -
XYZ 4.06 2.41 1.62 -
YUV 39.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 83 19 32 0 0.77 0.61 0.67 347.81 0.63 0.2
Hex 53 13 20 0 4D 3D 43 15C 3F 14
Octal 123 23 40 0 115 75 103 534 77 24
Binary 1010011 10011 100000 0 1001101 111101 1000011 101011100 111111 10100

Color Harmonies of #531320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531320

Black with #531320

Text Example


Text Example

White with #531320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531320; }

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

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

background-color css

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

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

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

border-color css

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

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

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