Html Css Color HEX #531927 Bordeaux

📋 copy color: '#531927'

red 83 ◦ green 25 ◦ blue 39

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

Shades of Bordeaux #531927

Tints of Bordeaux #531927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 39 (15.63% from 255) = 26.53%

R = 56.46%
G = 17.01%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#531927 (or 0x531927) is known color: Bordeaux. HEX triplet: 53, 19 and 27. RGB value is (83,25,39). Sum of RGB (Red+Green+Blue) = 83+25+39=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #531927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531927 is #ACE6D8. Grayscale: #2B2B2B. Windows color (decimal): -11331289 or 2562387. OLE color: 2562387.

HSL color Cylindrical-coordinate representation of color #531927: hue angle of 345.52º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531927 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 39 -
CMYK 0 0.70 0.53 0.67
HSL 345.52º 0.54% 0.21% -
HSV(B) 345.52º 0.7% 0.33% -
XYZ 4.28 2.68 2.21 -
YUV 43.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 83 25 39 0 0.70 0.53 0.67 345.52 0.54 0.21
Hex 53 19 27 0 46 35 43 15A 36 15
Octal 123 31 47 0 106 65 103 532 66 25
Binary 1010011 11001 100111 0 1000110 110101 1000011 101011010 110110 10101

Color Harmonies of #531927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531927

Black with #531927

Text Example


Text Example

White with #531927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531927; }

 p { color: rgb(83,25,39); }

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

background-color css

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

 a { background-color: rgb(83,25,39); }

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

border-color css

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

 span { border-color: rgb(83,25,39); }

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