Html Css Color HEX #531115 Bordeaux

📋 copy color: '#531115'

red 83 ◦ green 17 ◦ blue 21

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

Shades of Bordeaux #531115

Tints of Bordeaux #531115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.36%

R = 68.6%
G = 14.05%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#531115 (or 0x531115) is known color: Bordeaux. HEX triplet: 53, 11 and 15. RGB value is (83,17,21). Sum of RGB (Red+Green+Blue) = 83+17+21=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531115 is #ACEEEA. Grayscale: #252525. Windows color (decimal): -11333355 or 1380691. OLE color: 1380691.

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

Color convert

RGB 83 17 21 -
CMYK 0 0.80 0.75 0.67
HSL 356.36º 0.66% 0.2% -
HSV(B) 356.36º 0.8% 0.33% -
XYZ 3.9 2.29 0.95 -
YUV 37.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 83 17 21 0 0.80 0.75 0.67 356.36 0.66 0.2
Hex 53 11 15 0 50 4B 43 164 42 14
Octal 123 21 25 0 120 113 103 544 102 24
Binary 1010011 10001 10101 0 1010000 1001011 1000011 101100100 1000010 10100

Color Harmonies of #531115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531115

Black with #531115

Text Example


Text Example

White with #531115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531115; }

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

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

background-color css

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

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

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

border-color css

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

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

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