Html Css Color HEX #531721 Bordeaux

📋 copy color: '#531721'

red 83 ◦ green 23 ◦ blue 33

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

Shades of Bordeaux #531721

Tints of Bordeaux #531721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.74%

R = 59.71%
G = 16.55%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#531721 (or 0x531721) is known color: Bordeaux. HEX triplet: 53, 17 and 21. RGB value is (83,23,33). Sum of RGB (Red+Green+Blue) = 83+23+33=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #531721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531721 is #ACE8DE. Grayscale: #2A2A2A. Windows color (decimal): -11331807 or 2168659. OLE color: 2168659.

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

Color convert

RGB 83 23 33 -
CMYK 0 0.72 0.60 0.67
HSL 350º 0.57% 0.21% -
HSV(B) 350º 0.72% 0.33% -
XYZ 4.15 2.56 1.71 -
YUV 42.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 83 23 33 0 0.72 0.60 0.67 350 0.57 0.21
Hex 53 17 21 0 48 3C 43 15E 39 15
Octal 123 27 41 0 110 74 103 536 71 25
Binary 1010011 10111 100001 0 1001000 111100 1000011 101011110 111001 10101

Color Harmonies of #531721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531721

Black with #531721

Text Example


Text Example

White with #531721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531721; }

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

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

background-color css

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

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

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

border-color css

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

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

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