Html Css Color HEX #53111A Bordeaux

📋 copy color: '#53111A'

red 83 ◦ green 17 ◦ blue 26

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

Shades of Bordeaux #53111A

Tints of Bordeaux #53111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.63%

R = 65.87%
G = 13.49%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53111A (or 0x53111A) is known color: Bordeaux. HEX triplet: 53, 11 and 1A. RGB value is (83,17,26). Sum of RGB (Red+Green+Blue) = 83+17+26=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #53111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53111A is #ACEEE5. Grayscale: #252525. Windows color (decimal): -11333350 or 1708371. OLE color: 1708371.

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

Color convert

RGB 83 17 26 -
CMYK 0 0.80 0.69 0.67
HSL 351.82º 0.66% 0.2% -
HSV(B) 351.82º 0.8% 0.33% -
XYZ 3.95 2.31 1.22 -
YUV 37.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 83 17 26 0 0.80 0.69 0.67 351.82 0.66 0.2
Hex 53 11 1A 0 50 45 43 160 42 14
Octal 123 21 32 0 120 105 103 540 102 24
Binary 1010011 10001 11010 0 1010000 1000101 1000011 101100000 1000010 10100

Color Harmonies of #53111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53111A

Black with #53111A

Text Example


Text Example

White with #53111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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