Html Css Color HEX #531114 Bordeaux

📋 copy color: '#531114'

red 83 ◦ green 17 ◦ blue 20

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

Shades of Bordeaux #531114

Tints of Bordeaux #531114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.17%

 BLUE value IS 20 (8.2% from 255) = 16.67%

R = 69.17%
G = 14.17%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#531114 (or 0x531114) is known color: Bordeaux. HEX triplet: 53, 11 and 14. RGB value is (83,17,20). Sum of RGB (Red+Green+Blue) = 83+17+20=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #531114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531114 is #ACEEEB. Grayscale: #252525. Windows color (decimal): -11333356 or 1315155. OLE color: 1315155.

HSL color Cylindrical-coordinate representation of color #531114: hue angle of 357.27º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531114 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 20 -
CMYK 0 0.80 0.76 0.67
HSL 357.27º 0.66% 0.2% -
HSV(B) 357.27º 0.8% 0.33% -
XYZ 3.89 2.29 0.9 -
YUV 37.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 83 17 20 0 0.80 0.76 0.67 357.27 0.66 0.2
Hex 53 11 14 0 50 4C 43 165 42 14
Octal 123 21 24 0 120 114 103 545 102 24
Binary 1010011 10001 10100 0 1010000 1001100 1000011 101100101 1000010 10100

Color Harmonies of #531114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531114

Black with #531114

Text Example


Text Example

White with #531114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531114; }

 p { color: rgb(83,17,20); }

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

background-color css

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

 a { background-color: rgb(83,17,20); }

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

border-color css

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

 span { border-color: rgb(83,17,20); }

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