Html Css Color HEX #531127 Bordeaux

📋 copy color: '#531127'

red 83 ◦ green 17 ◦ blue 39

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

Shades of Bordeaux #531127

Tints of Bordeaux #531127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

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

R = 59.71%
G = 12.23%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#531127 (or 0x531127) is known color: Bordeaux. HEX triplet: 53, 11 and 27. RGB value is (83,17,39). Sum of RGB (Red+Green+Blue) = 83+17+39=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #531127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531127 is #ACEED8. Grayscale: #272727. Windows color (decimal): -11333337 or 2560339. OLE color: 2560339.

HSL color Cylindrical-coordinate representation of color #531127: hue angle of 340º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531127 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 39 -
CMYK 0 0.80 0.53 0.67
HSL 340º 0.66% 0.2% -
HSV(B) 340º 0.8% 0.33% -
XYZ 4.13 2.39 2.16 -
YUV 39.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 83 17 39 0 0.80 0.53 0.67 340 0.66 0.2
Hex 53 11 27 0 50 35 43 154 42 14
Octal 123 21 47 0 120 65 103 524 102 24
Binary 1010011 10001 100111 0 1010000 110101 1000011 101010100 1000010 10100

Color Harmonies of #531127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531127

Black with #531127

Text Example


Text Example

White with #531127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531127; }

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

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

background-color css

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

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

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

border-color css

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

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

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