Html Css Color HEX #531322 Bordeaux

📋 copy color: '#531322'

red 83 ◦ green 19 ◦ blue 34

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

Shades of Bordeaux #531322

Tints of Bordeaux #531322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25%

R = 61.03%
G = 13.97%
B = 25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#531322 (or 0x531322) is known color: Bordeaux. HEX triplet: 53, 13 and 22. RGB value is (83,19,34). Sum of RGB (Red+Green+Blue) = 83+19+34=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #531322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531322 is #ACECDD. Grayscale: #272727. Windows color (decimal): -11332830 or 2233171. OLE color: 2233171.

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

Color convert

RGB 83 19 34 -
CMYK 0 0.77 0.59 0.67
HSL 345.94º 0.63% 0.2% -
HSV(B) 345.94º 0.77% 0.33% -
XYZ 4.09 2.42 1.77 -
YUV 39.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 83 19 34 0 0.77 0.59 0.67 345.94 0.63 0.2
Hex 53 13 22 0 4D 3B 43 15A 3F 14
Octal 123 23 42 0 115 73 103 532 77 24
Binary 1010011 10011 100010 0 1001101 111011 1000011 101011010 111111 10100

Color Harmonies of #531322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531322

Black with #531322

Text Example


Text Example

White with #531322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531322; }

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

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

background-color css

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

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

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

border-color css

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

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

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