Html Css Color HEX #531B21 Bordeaux

📋 copy color: '#531B21'

red 83 ◦ green 27 ◦ blue 33

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

Shades of Bordeaux #531B21

Tints of Bordeaux #531B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.88%

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

R = 58.04%
G = 18.88%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#531B21 (or 0x531B21) is known color: Bordeaux. HEX triplet: 53, 1B and 21. RGB value is (83,27,33). Sum of RGB (Red+Green+Blue) = 83+27+33=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #531B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B21 is #ACE4DE. Grayscale: #2C2C2C. Windows color (decimal): -11330783 or 2169683. OLE color: 2169683.

HSL color Cylindrical-coordinate representation of color #531B21: hue angle of 353.57º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B21 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 27 33 -
CMYK 0 0.67 0.60 0.67
HSL 353.57º 0.51% 0.22% -
HSV(B) 353.57º 0.67% 0.33% -
XYZ 4.23 2.73 1.74 -
YUV 44.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 83 27 33 0 0.67 0.60 0.67 353.57 0.51 0.22
Hex 53 1B 21 0 43 3C 43 162 33 16
Octal 123 33 41 0 103 74 103 542 63 26
Binary 1010011 11011 100001 0 1000011 111100 1000011 101100010 110011 10110

Color Harmonies of #531B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B21

Black with #531B21

Text Example


Text Example

White with #531B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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