Html Css Color HEX #53111B Bordeaux

📋 copy color: '#53111B'

red 83 ◦ green 17 ◦ blue 27

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

Shades of Bordeaux #53111B

Tints of Bordeaux #53111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.26%

R = 65.35%
G = 13.39%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53111B (or 0x53111B) is known color: Bordeaux. HEX triplet: 53, 11 and 1B. RGB value is (83,17,27). Sum of RGB (Red+Green+Blue) = 83+17+27=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #53111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53111B is #ACEEE4. Grayscale: #252525. Windows color (decimal): -11333349 or 1773907. OLE color: 1773907.

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

Color convert

RGB 83 17 27 -
CMYK 0 0.80 0.67 0.67
HSL 350.91º 0.66% 0.2% -
HSV(B) 350.91º 0.8% 0.33% -
XYZ 3.97 2.32 1.28 -
YUV 37.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 83 17 27 0 0.80 0.67 0.67 350.91 0.66 0.2
Hex 53 11 1B 0 50 43 43 15F 42 14
Octal 123 21 33 0 120 103 103 537 102 24
Binary 1010011 10001 11011 0 1010000 1000011 1000011 101011111 1000010 10100

Color Harmonies of #53111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53111B

Black with #53111B

Text Example


Text Example

White with #53111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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