Html Css Color HEX #53031B Bordeaux

📋 copy color: '#53031B'

red 83 ◦ green 3 ◦ blue 27

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

Shades of Bordeaux #53031B

Tints of Bordeaux #53031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.65%

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

R = 73.45%
G = 2.65%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53031B (or 0x53031B) is known color: Bordeaux. HEX triplet: 53, 03 and 1B. RGB value is (83,3,27). Sum of RGB (Red+Green+Blue) = 83+3+27=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #53031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53031B is #ACFCE4. Grayscale: #1D1D1D. Windows color (decimal): -11336933 or 1770323. OLE color: 1770323.

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

Color convert

RGB 83 3 27 -
CMYK 0 0.96 0.67 0.67
HSL 342º 0.93% 0.17% -
HSV(B) 342º 0.96% 0.33% -
XYZ 3.8 1.98 1.22 -
YUV 29.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 83 3 27 0 0.96 0.67 0.67 342 0.93 0.17
Hex 53 3 1B 0 60 43 43 156 5D 11
Octal 123 3 33 0 140 103 103 526 135 21
Binary 1010011 11 11011 0 1100000 1000011 1000011 101010110 1011101 10001

Color Harmonies of #53031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53031B

Black with #53031B

Text Example


Text Example

White with #53031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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