Html Css Color HEX #531520 Bordeaux

📋 copy color: '#531520'

red 83 ◦ green 21 ◦ blue 32

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

Shades of Bordeaux #531520

Tints of Bordeaux #531520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

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

R = 61.03%
G = 15.44%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#531520 (or 0x531520) is known color: Bordeaux. HEX triplet: 53, 15 and 20. RGB value is (83,21,32). Sum of RGB (Red+Green+Blue) = 83+21+32=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #531520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531520 is #ACEADF. Grayscale: #282828. Windows color (decimal): -11332320 or 2102611. OLE color: 2102611.

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

Color convert

RGB 83 21 32 -
CMYK 0 0.75 0.61 0.67
HSL 349.35º 0.6% 0.2% -
HSV(B) 349.35º 0.75% 0.33% -
XYZ 4.1 2.48 1.63 -
YUV 40.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 83 21 32 0 0.75 0.61 0.67 349.35 0.6 0.2
Hex 53 15 20 0 4B 3D 43 15D 3C 14
Octal 123 25 40 0 113 75 103 535 74 24
Binary 1010011 10101 100000 0 1001011 111101 1000011 101011101 111100 10100

Color Harmonies of #531520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531520

Black with #531520

Text Example


Text Example

White with #531520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531520; }

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

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

background-color css

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

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

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

border-color css

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

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

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