Html Css Color HEX #53101F Bordeaux

📋 copy color: '#53101F'

red 83 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #53101F

Tints of Bordeaux #53101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

 BLUE value IS 31 (12.5% from 255) = 23.85%

R = 63.85%
G = 12.31%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53101F (or 0x53101F) is known color: Bordeaux. HEX triplet: 53, 10 and 1F. RGB value is (83,16,31). Sum of RGB (Red+Green+Blue) = 83+16+31=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53101F is #ACEFE0. Grayscale: #252525. Windows color (decimal): -11333601 or 2035795. OLE color: 2035795.

HSL color Cylindrical-coordinate representation of color #53101F: hue angle of 346.57º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53101F is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 31 -
CMYK 0 0.81 0.63 0.67
HSL 346.57º 0.68% 0.19% -
HSV(B) 346.57º 0.81% 0.33% -
XYZ 4 2.31 1.53 -
YUV 37.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 83 16 31 0 0.81 0.63 0.67 346.57 0.68 0.19
Hex 53 10 1F 0 51 3F 43 15B 44 13
Octal 123 20 37 0 121 77 103 533 104 23
Binary 1010011 10000 11111 0 1010001 111111 1000011 101011011 1000100 10011

Color Harmonies of #53101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53101F

Black with #53101F

Text Example


Text Example

White with #53101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53101F; }

 p { color: rgb(83,16,31); }

 H1.HeaderClassName
 {
   color: #53101F;
 }
 .AnyTagClassName
 {
   color: #53101F;
 }
</style>

background-color css

<style>
 a { background-color: #53101F; }

 a { background-color: rgb(83,16,31); }

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

border-color css

<style>
 span { border-color: #53101F; }

 span { border-color: rgb(83,16,31); }

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