Html Css Color HEX #53131B Bordeaux

📋 copy color: '#53131B'

red 83 ◦ green 19 ◦ blue 27

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

Shades of Bordeaux #53131B

Tints of Bordeaux #53131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.73%

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

R = 64.34%
G = 14.73%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53131B (or 0x53131B) is known color: Bordeaux. HEX triplet: 53, 13 and 1B. RGB value is (83,19,27). Sum of RGB (Red+Green+Blue) = 83+19+27=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #53131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53131B is #ACECE4. Grayscale: #272727. Windows color (decimal): -11332837 or 1774419. OLE color: 1774419.

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

Color convert

RGB 83 19 27 -
CMYK 0 0.77 0.67 0.67
HSL 352.5º 0.63% 0.2% -
HSV(B) 352.5º 0.77% 0.33% -
XYZ 4 2.38 1.29 -
YUV 39.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 83 19 27 0 0.77 0.67 0.67 352.5 0.63 0.2
Hex 53 13 1B 0 4D 43 43 160 3F 14
Octal 123 23 33 0 115 103 103 540 77 24
Binary 1010011 10011 11011 0 1001101 1000011 1000011 101100000 111111 10100

Color Harmonies of #53131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53131B

Black with #53131B

Text Example


Text Example

White with #53131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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