Html Css Color HEX #531017 Bordeaux

📋 copy color: '#531017'

red 83 ◦ green 16 ◦ blue 23

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

Shades of Bordeaux #531017

Tints of Bordeaux #531017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

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

R = 68.03%
G = 13.11%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#531017 (or 0x531017) is known color: Bordeaux. HEX triplet: 53, 10 and 17. RGB value is (83,16,23). Sum of RGB (Red+Green+Blue) = 83+16+23=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #531017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531017 is #ACEFE8. Grayscale: #242424. Windows color (decimal): -11333609 or 1511507. OLE color: 1511507.

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

Color convert

RGB 83 16 23 -
CMYK 0 0.81 0.72 0.67
HSL 353.73º 0.68% 0.19% -
HSV(B) 353.73º 0.81% 0.33% -
XYZ 3.91 2.27 1.04 -
YUV 36.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 83 16 23 0 0.81 0.72 0.67 353.73 0.68 0.19
Hex 53 10 17 0 51 48 43 162 44 13
Octal 123 20 27 0 121 110 103 542 104 23
Binary 1010011 10000 10111 0 1010001 1001000 1000011 101100010 1000100 10011

Color Harmonies of #531017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531017

Black with #531017

Text Example


Text Example

White with #531017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531017; }

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

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

background-color css

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

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

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

border-color css

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

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

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