Html Css Color HEX #53121F Bordeaux

📋 copy color: '#53121F'

red 83 ◦ green 18 ◦ blue 31

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

Shades of Bordeaux #53121F

Tints of Bordeaux #53121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

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

R = 62.88%
G = 13.64%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53121F (or 0x53121F) is known color: Bordeaux. HEX triplet: 53, 12 and 1F. RGB value is (83,18,31). Sum of RGB (Red+Green+Blue) = 83+18+31=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121F is #ACEDE0. Grayscale: #262626. Windows color (decimal): -11333089 or 2036307. OLE color: 2036307.

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

Color convert

RGB 83 18 31 -
CMYK 0 0.78 0.63 0.67
HSL 348º 0.64% 0.2% -
HSV(B) 348º 0.78% 0.33% -
XYZ 4.03 2.37 1.54 -
YUV 38.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 83 18 31 0 0.78 0.63 0.67 348 0.64 0.2
Hex 53 12 1F 0 4E 3F 43 15C 40 14
Octal 123 22 37 0 116 77 103 534 100 24
Binary 1010011 10010 11111 0 1001110 111111 1000011 101011100 1000000 10100

Color Harmonies of #53121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53121F

Black with #53121F

Text Example


Text Example

White with #53121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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