Html Css Color HEX #53111F Bordeaux

📋 copy color: '#53111F'

red 83 ◦ green 17 ◦ blue 31

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

Shades of Bordeaux #53111F

Tints of Bordeaux #53111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.66%

R = 63.36%
G = 12.98%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53111F (or 0x53111F) is known color: Bordeaux. HEX triplet: 53, 11 and 1F. RGB value is (83,17,31). Sum of RGB (Red+Green+Blue) = 83+17+31=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53111F is #ACEEE0. Grayscale: #262626. Windows color (decimal): -11333345 or 2036051. OLE color: 2036051.

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

Color convert

RGB 83 17 31 -
CMYK 0 0.80 0.63 0.67
HSL 347.27º 0.66% 0.2% -
HSV(B) 347.27º 0.8% 0.33% -
XYZ 4.02 2.34 1.54 -
YUV 38.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 83 17 31 0 0.80 0.63 0.67 347.27 0.66 0.2
Hex 53 11 1F 0 50 3F 43 15B 42 14
Octal 123 21 37 0 120 77 103 533 102 24
Binary 1010011 10001 11111 0 1010000 111111 1000011 101011011 1000010 10100

Color Harmonies of #53111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53111F

Black with #53111F

Text Example


Text Example

White with #53111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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