Html Css Color HEX #531120 Bordeaux

📋 copy color: '#531120'

red 83 ◦ green 17 ◦ blue 32

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

Shades of Bordeaux #531120

Tints of Bordeaux #531120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.88%

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

R = 62.88%
G = 12.88%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#531120 (or 0x531120) is known color: Bordeaux. HEX triplet: 53, 11 and 20. RGB value is (83,17,32). Sum of RGB (Red+Green+Blue) = 83+17+32=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #531120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531120 is #ACEEDF. Grayscale: #262626. Windows color (decimal): -11333344 or 2101587. OLE color: 2101587.

HSL color Cylindrical-coordinate representation of color #531120: hue angle of 346.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531120 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 32 -
CMYK 0 0.80 0.61 0.67
HSL 346.36º 0.66% 0.2% -
HSV(B) 346.36º 0.8% 0.33% -
XYZ 4.03 2.34 1.61 -
YUV 38.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 83 17 32 0 0.80 0.61 0.67 346.36 0.66 0.2
Hex 53 11 20 0 50 3D 43 15A 42 14
Octal 123 21 40 0 120 75 103 532 102 24
Binary 1010011 10001 100000 0 1010000 111101 1000011 101011010 1000010 10100

Color Harmonies of #531120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531120

Black with #531120

Text Example


Text Example

White with #531120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531120; }

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

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

background-color css

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

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

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

border-color css

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

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

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