Html Css Color HEX #53111D Bordeaux

📋 copy color: '#53111D'

red 83 ◦ green 17 ◦ blue 29

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

Shades of Bordeaux #53111D

Tints of Bordeaux #53111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 64.34%
G = 13.18%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53111D (or 0x53111D) is known color: Bordeaux. HEX triplet: 53, 11 and 1D. RGB value is (83,17,29). Sum of RGB (Red+Green+Blue) = 83+17+29=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #53111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53111D is #ACEEE2. Grayscale: #262626. Windows color (decimal): -11333347 or 1904979. OLE color: 1904979.

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

Color convert

RGB 83 17 29 -
CMYK 0 0.80 0.65 0.67
HSL 349.09º 0.66% 0.2% -
HSV(B) 349.09º 0.8% 0.33% -
XYZ 3.99 2.33 1.4 -
YUV 38.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 83 17 29 0 0.80 0.65 0.67 349.09 0.66 0.2
Hex 53 11 1D 0 50 41 43 15D 42 14
Octal 123 21 35 0 120 101 103 535 102 24
Binary 1010011 10001 11101 0 1010000 1000001 1000011 101011101 1000010 10100

Color Harmonies of #53111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53111D

Black with #53111D

Text Example


Text Example

White with #53111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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