Html Css Color HEX #531117 Bordeaux

📋 copy color: '#531117'

red 83 ◦ green 17 ◦ blue 23

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

Shades of Bordeaux #531117

Tints of Bordeaux #531117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.7%

R = 67.48%
G = 13.82%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#531117 (or 0x531117) is known color: Bordeaux. HEX triplet: 53, 11 and 17. RGB value is (83,17,23). Sum of RGB (Red+Green+Blue) = 83+17+23=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531117 is #ACEEE8. Grayscale: #252525. Windows color (decimal): -11333353 or 1511763. OLE color: 1511763.

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

Color convert

RGB 83 17 23 -
CMYK 0 0.80 0.72 0.67
HSL 354.55º 0.66% 0.2% -
HSV(B) 354.55º 0.8% 0.33% -
XYZ 3.92 2.3 1.05 -
YUV 37.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 83 17 23 0 0.80 0.72 0.67 354.55 0.66 0.2
Hex 53 11 17 0 50 48 43 163 42 14
Octal 123 21 27 0 120 110 103 543 102 24
Binary 1010011 10001 10111 0 1010000 1001000 1000011 101100011 1000010 10100

Color Harmonies of #531117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531117

Black with #531117

Text Example


Text Example

White with #531117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531117; }

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

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

background-color css

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

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

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

border-color css

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

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

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