Html Css Color HEX #531321 Bordeaux

📋 copy color: '#531321'

red 83 ◦ green 19 ◦ blue 33

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

Shades of Bordeaux #531321

Tints of Bordeaux #531321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

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

R = 61.48%
G = 14.07%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#531321 (or 0x531321) is known color: Bordeaux. HEX triplet: 53, 13 and 21. RGB value is (83,19,33). Sum of RGB (Red+Green+Blue) = 83+19+33=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #531321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531321 is #ACECDE. Grayscale: #272727. Windows color (decimal): -11332831 or 2167635. OLE color: 2167635.

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

Color convert

RGB 83 19 33 -
CMYK 0 0.77 0.60 0.67
HSL 346.88º 0.63% 0.2% -
HSV(B) 346.88º 0.77% 0.33% -
XYZ 4.07 2.41 1.69 -
YUV 39.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 83 19 33 0 0.77 0.60 0.67 346.88 0.63 0.2
Hex 53 13 21 0 4D 3C 43 15B 3F 14
Octal 123 23 41 0 115 74 103 533 77 24
Binary 1010011 10011 100001 0 1001101 111100 1000011 101011011 111111 10100

Color Harmonies of #531321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531321

Black with #531321

Text Example


Text Example

White with #531321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531321; }

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

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

background-color css

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

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

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

border-color css

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

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

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