Html Css Color HEX #53141D Bordeaux

📋 copy color: '#53141D'

red 83 ◦ green 20 ◦ blue 29

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

Shades of Bordeaux #53141D

Tints of Bordeaux #53141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

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

R = 62.88%
G = 15.15%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53141D (or 0x53141D) is known color: Bordeaux. HEX triplet: 53, 14 and 1D. RGB value is (83,20,29). Sum of RGB (Red+Green+Blue) = 83+20+29=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53141D is #ACEBE2. Grayscale: #272727. Windows color (decimal): -11332579 or 1905747. OLE color: 1905747.

HSL color Cylindrical-coordinate representation of color #53141D: hue angle of 351.43º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53141D is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 20 29 -
CMYK 0 0.76 0.65 0.67
HSL 351.43º 0.61% 0.2% -
HSV(B) 351.43º 0.76% 0.33% -
XYZ 4.04 2.43 1.42 -
YUV 39.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 83 20 29 0 0.76 0.65 0.67 351.43 0.61 0.2
Hex 53 14 1D 0 4C 41 43 15F 3D 14
Octal 123 24 35 0 114 101 103 537 75 24
Binary 1010011 10100 11101 0 1001100 1000001 1000011 101011111 111101 10100

Color Harmonies of #53141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53141D

Black with #53141D

Text Example


Text Example

White with #53141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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