Html Css Color HEX #531727 Bordeaux

📋 copy color: '#531727'

red 83 ◦ green 23 ◦ blue 39

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

Shades of Bordeaux #531727

Tints of Bordeaux #531727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.86%

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

R = 57.24%
G = 15.86%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#531727 (or 0x531727) is known color: Bordeaux. HEX triplet: 53, 17 and 27. RGB value is (83,23,39). Sum of RGB (Red+Green+Blue) = 83+23+39=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #531727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531727 is #ACE8D8. Grayscale: #2A2A2A. Windows color (decimal): -11331801 or 2561875. OLE color: 2561875.

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

Color convert

RGB 83 23 39 -
CMYK 0 0.72 0.53 0.67
HSL 344º 0.57% 0.21% -
HSV(B) 344º 0.72% 0.33% -
XYZ 4.24 2.6 2.2 -
YUV 42.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 83 23 39 0 0.72 0.53 0.67 344 0.57 0.21
Hex 53 17 27 0 48 35 43 158 39 15
Octal 123 27 47 0 110 65 103 530 71 25
Binary 1010011 10111 100111 0 1001000 110101 1000011 101011000 111001 10101

Color Harmonies of #531727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531727

Black with #531727

Text Example


Text Example

White with #531727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531727; }

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

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

background-color css

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

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

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

border-color css

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

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

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