Html Css Color HEX #53121B Bordeaux

📋 copy color: '#53121B'

red 83 ◦ green 18 ◦ blue 27

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

Shades of Bordeaux #53121B

Tints of Bordeaux #53121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.06%

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

R = 64.84%
G = 14.06%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53121B (or 0x53121B) is known color: Bordeaux. HEX triplet: 53, 12 and 1B. RGB value is (83,18,27). Sum of RGB (Red+Green+Blue) = 83+18+27=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121B is #ACEDE4. Grayscale: #262626. Windows color (decimal): -11333093 or 1774163. OLE color: 1774163.

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

Color convert

RGB 83 18 27 -
CMYK 0 0.78 0.67 0.67
HSL 351.69º 0.64% 0.2% -
HSV(B) 351.69º 0.78% 0.33% -
XYZ 3.98 2.35 1.28 -
YUV 38.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 83 18 27 0 0.78 0.67 0.67 351.69 0.64 0.2
Hex 53 12 1B 0 4E 43 43 160 40 14
Octal 123 22 33 0 116 103 103 540 100 24
Binary 1010011 10010 11011 0 1001110 1000011 1000011 101100000 1000000 10100

Color Harmonies of #53121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53121B

Black with #53121B

Text Example


Text Example

White with #53121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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