Html Css Color HEX #53161B Bordeaux

📋 copy color: '#53161B'

red 83 ◦ green 22 ◦ blue 27

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

Shades of Bordeaux #53161B

Tints of Bordeaux #53161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.67%

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

R = 62.88%
G = 16.67%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53161B (or 0x53161B) is known color: Bordeaux. HEX triplet: 53, 16 and 1B. RGB value is (83,22,27). Sum of RGB (Red+Green+Blue) = 83+22+27=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53161B is #ACE9E4. Grayscale: #282828. Windows color (decimal): -11332069 or 1775187. OLE color: 1775187.

HSL color Cylindrical-coordinate representation of color #53161B: hue angle of 355.08º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53161B is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 27 -
CMYK 0 0.73 0.67 0.67
HSL 355.08º 0.58% 0.21% -
HSV(B) 355.08º 0.73% 0.33% -
XYZ 4.05 2.49 1.3 -
YUV 40.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 83 22 27 0 0.73 0.67 0.67 355.08 0.58 0.21
Hex 53 16 1B 0 49 43 43 163 3A 15
Octal 123 26 33 0 111 103 103 543 72 25
Binary 1010011 10110 11011 0 1001001 1000011 1000011 101100011 111010 10101

Color Harmonies of #53161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53161B

Black with #53161B

Text Example


Text Example

White with #53161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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