Html Css Color HEX #531720 Bordeaux

📋 copy color: '#531720'

red 83 ◦ green 23 ◦ blue 32

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

Shades of Bordeaux #531720

Tints of Bordeaux #531720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.67%

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

R = 60.14%
G = 16.67%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#531720 (or 0x531720) is known color: Bordeaux. HEX triplet: 53, 17 and 20. RGB value is (83,23,32). Sum of RGB (Red+Green+Blue) = 83+23+32=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #531720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531720 is #ACE8DF. Grayscale: #292929. Windows color (decimal): -11331808 or 2103123. OLE color: 2103123.

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

Color convert

RGB 83 23 32 -
CMYK 0 0.72 0.61 0.67
HSL 351º 0.57% 0.21% -
HSV(B) 351º 0.72% 0.33% -
XYZ 4.13 2.56 1.64 -
YUV 41.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 83 23 32 0 0.72 0.61 0.67 351 0.57 0.21
Hex 53 17 20 0 48 3D 43 15F 39 15
Octal 123 27 40 0 110 75 103 537 71 25
Binary 1010011 10111 100000 0 1001000 111101 1000011 101011111 111001 10101

Color Harmonies of #531720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531720

Black with #531720

Text Example


Text Example

White with #531720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531720; }

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

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

background-color css

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

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

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

border-color css

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

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

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