Html Css Color HEX #531421 Bordeaux

📋 copy color: '#531421'

red 83 ◦ green 20 ◦ blue 33

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

Shades of Bordeaux #531421

Tints of Bordeaux #531421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

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

R = 61.03%
G = 14.71%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#531421 (or 0x531421) is known color: Bordeaux. HEX triplet: 53, 14 and 21. RGB value is (83,20,33). Sum of RGB (Red+Green+Blue) = 83+20+33=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #531421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531421 is #ACEBDE. Grayscale: #282828. Windows color (decimal): -11332575 or 2167891. OLE color: 2167891.

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

Color convert

RGB 83 20 33 -
CMYK 0 0.76 0.60 0.67
HSL 347.62º 0.61% 0.2% -
HSV(B) 347.62º 0.76% 0.33% -
XYZ 4.09 2.45 1.7 -
YUV 40.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 83 20 33 0 0.76 0.60 0.67 347.62 0.61 0.2
Hex 53 14 21 0 4C 3C 43 15C 3D 14
Octal 123 24 41 0 114 74 103 534 75 24
Binary 1010011 10100 100001 0 1001100 111100 1000011 101011100 111101 10100

Color Harmonies of #531421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531421

Black with #531421

Text Example


Text Example

White with #531421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531421; }

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

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

background-color css

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

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

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

border-color css

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

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

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