Html Css Color HEX #53121D Bordeaux

📋 copy color: '#53121D'

red 83 ◦ green 18 ◦ blue 29

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

Shades of Bordeaux #53121D

Tints of Bordeaux #53121D

RGB

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

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

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

R = 63.85%
G = 13.85%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53121D (or 0x53121D) is known color: Bordeaux. HEX triplet: 53, 12 and 1D. RGB value is (83,18,29). Sum of RGB (Red+Green+Blue) = 83+18+29=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121D is #ACEDE2. Grayscale: #262626. Windows color (decimal): -11333091 or 1905235. OLE color: 1905235.

HSL color Cylindrical-coordinate representation of color #53121D: hue angle of 349.85º 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 #53121D is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 29 -
CMYK 0 0.78 0.65 0.67
HSL 349.85º 0.64% 0.2% -
HSV(B) 349.85º 0.78% 0.33% -
XYZ 4.01 2.36 1.41 -
YUV 38.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 83 18 29 0 0.78 0.65 0.67 349.85 0.64 0.2
Hex 53 12 1D 0 4E 41 43 15E 40 14
Octal 123 22 35 0 116 101 103 536 100 24
Binary 1010011 10010 11101 0 1001110 1000001 1000011 101011110 1000000 10100

Color Harmonies of #53121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53121D

Black with #53121D

Text Example


Text Example

White with #53121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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