Html Css Color HEX #53151D Bordeaux

📋 copy color: '#53151D'

red 83 ◦ green 21 ◦ blue 29

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

Shades of Bordeaux #53151D

Tints of Bordeaux #53151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 62.41%
G = 15.79%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53151D (or 0x53151D) is known color: Bordeaux. HEX triplet: 53, 15 and 1D. RGB value is (83,21,29). Sum of RGB (Red+Green+Blue) = 83+21+29=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53151D is #ACEAE2. Grayscale: #282828. Windows color (decimal): -11332323 or 1906003. OLE color: 1906003.

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

Color convert

RGB 83 21 29 -
CMYK 0 0.75 0.65 0.67
HSL 352.26º 0.6% 0.2% -
HSV(B) 352.26º 0.75% 0.33% -
XYZ 4.06 2.46 1.42 -
YUV 40.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 83 21 29 0 0.75 0.65 0.67 352.26 0.6 0.2
Hex 53 15 1D 0 4B 41 43 160 3C 14
Octal 123 25 35 0 113 101 103 540 74 24
Binary 1010011 10101 11101 0 1001011 1000001 1000011 101100000 111100 10100

Color Harmonies of #53151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53151D

Black with #53151D

Text Example


Text Example

White with #53151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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