Html Css Color HEX #531317 Bordeaux

📋 copy color: '#531317'

red 83 ◦ green 19 ◦ blue 23

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

Shades of Bordeaux #531317

Tints of Bordeaux #531317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

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

R = 66.4%
G = 15.2%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#531317 (or 0x531317) is known color: Bordeaux. HEX triplet: 53, 13 and 17. RGB value is (83,19,23). Sum of RGB (Red+Green+Blue) = 83+19+23=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #531317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531317 is #ACECE8. Grayscale: #262626. Windows color (decimal): -11332841 or 1512275. OLE color: 1512275.

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

Color convert

RGB 83 19 23 -
CMYK 0 0.77 0.72 0.67
HSL 356.25º 0.63% 0.2% -
HSV(B) 356.25º 0.77% 0.33% -
XYZ 3.95 2.37 1.06 -
YUV 38.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 83 19 23 0 0.77 0.72 0.67 356.25 0.63 0.2
Hex 53 13 17 0 4D 48 43 164 3F 14
Octal 123 23 27 0 115 110 103 544 77 24
Binary 1010011 10011 10111 0 1001101 1001000 1000011 101100100 111111 10100

Color Harmonies of #531317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531317

Black with #531317

Text Example


Text Example

White with #531317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531317; }

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

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

background-color css

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

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

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

border-color css

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

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

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