Html Css Color HEX #531323 Bordeaux

📋 copy color: '#531323'

red 83 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #531323

Tints of Bordeaux #531323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.55%

R = 60.58%
G = 13.87%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#531323 (or 0x531323) is known color: Bordeaux. HEX triplet: 53, 13 and 23. RGB value is (83,19,35). Sum of RGB (Red+Green+Blue) = 83+19+35=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531323 is #ACECDC. Grayscale: #272727. Windows color (decimal): -11332829 or 2298707. OLE color: 2298707.

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

Color convert

RGB 83 19 35 -
CMYK 0 0.77 0.58 0.67
HSL 345º 0.63% 0.2% -
HSV(B) 345º 0.77% 0.33% -
XYZ 4.1 2.43 1.84 -
YUV 39.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 83 19 35 0 0.77 0.58 0.67 345 0.63 0.2
Hex 53 13 23 0 4D 3A 43 159 3F 14
Octal 123 23 43 0 115 72 103 531 77 24
Binary 1010011 10011 100011 0 1001101 111010 1000011 101011001 111111 10100

Color Harmonies of #531323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531323

Black with #531323

Text Example


Text Example

White with #531323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531323; }

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

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

background-color css

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

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

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

border-color css

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

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

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