Html Css Color HEX #53152B Bordeaux

📋 copy color: '#53152B'

red 83 ◦ green 21 ◦ blue 43

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

Shades of Bordeaux #53152B

Tints of Bordeaux #53152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.25%

R = 56.46%
G = 14.29%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53152B (or 0x53152B) is known color: Bordeaux. HEX triplet: 53, 15 and 2B. RGB value is (83,21,43). Sum of RGB (Red+Green+Blue) = 83+21+43=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53152B is #ACEAD4. Grayscale: #2A2A2A. Windows color (decimal): -11332309 or 2823507. OLE color: 2823507.

HSL color Cylindrical-coordinate representation of color #53152B: hue angle of 338.71º 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 #53152B is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 43 -
CMYK 0 0.75 0.48 0.67
HSL 338.71º 0.6% 0.2% -
HSV(B) 338.71º 0.75% 0.33% -
XYZ 4.27 2.55 2.55 -
YUV 42.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 83 21 43 0 0.75 0.48 0.67 338.71 0.6 0.2
Hex 53 15 2B 0 4B 30 43 153 3C 14
Octal 123 25 53 0 113 60 103 523 74 24
Binary 1010011 10101 101011 0 1001011 110000 1000011 101010011 111100 10100

Color Harmonies of #53152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53152B

Black with #53152B

Text Example


Text Example

White with #53152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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