Html Css Color HEX #531014 Bordeaux

📋 copy color: '#531014'

red 83 ◦ green 16 ◦ blue 20

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

Shades of Bordeaux #531014

Tints of Bordeaux #531014

RGB

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

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

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

R = 69.75%
G = 13.45%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#531014 (or 0x531014) is known color: Bordeaux. HEX triplet: 53, 10 and 14. RGB value is (83,16,20). Sum of RGB (Red+Green+Blue) = 83+16+20=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #531014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531014 is #ACEFEB. Grayscale: #242424. Windows color (decimal): -11333612 or 1314899. OLE color: 1314899.

HSL color Cylindrical-coordinate representation of color #531014: hue angle of 356.42º 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 #531014 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 20 -
CMYK 0 0.81 0.76 0.67
HSL 356.42º 0.68% 0.19% -
HSV(B) 356.42º 0.81% 0.33% -
XYZ 3.88 2.26 0.89 -
YUV 36.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 83 16 20 0 0.81 0.76 0.67 356.42 0.68 0.19
Hex 53 10 14 0 51 4C 43 164 44 13
Octal 123 20 24 0 121 114 103 544 104 23
Binary 1010011 10000 10100 0 1010001 1001100 1000011 101100100 1000100 10011

Color Harmonies of #531014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531014

Black with #531014

Text Example


Text Example

White with #531014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531014; }

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

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

background-color css

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

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

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

border-color css

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

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

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