Html Css Color HEX #511323 Bordeaux

📋 copy color: '#511323'

red 81 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #511323

Tints of Bordeaux #511323

RGB

 RED value IS 81 (32.03% from 255) = 60%

 GREEN value IS 19 (7.81% from 255) = 14.07%

 BLUE value IS 35 (14.06% from 255) = 25.93%

R = 60%
G = 14.07%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#511323 (or 0x511323) is known color: Bordeaux. HEX triplet: 51, 13 and 23. RGB value is (81,19,35). Sum of RGB (Red+Green+Blue) = 81+19+35=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #511323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511323 is #AEECDC. Grayscale: #272727. Windows color (decimal): -11463901 or 2298705. OLE color: 2298705.

HSL color Cylindrical-coordinate representation of color #511323: hue angle of 344.52º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511323 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 19 35 -
CMYK 0 0.77 0.57 0.68
HSL 344.52º 0.62% 0.2% -
HSV(B) 344.52º 0.77% 0.32% -
XYZ 3.93 2.34 1.83 -
YUV 39.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 81 19 35 0 0.77 0.57 0.68 344.52 0.62 0.2
Hex 51 13 23 0 4D 39 44 159 3E 14
Octal 121 23 43 0 115 71 104 531 76 24
Binary 1010001 10011 100011 0 1001101 111001 1000100 101011001 111110 10100

Color Harmonies of #511323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511323

Black with #511323

Text Example


Text Example

White with #511323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511323; }

 p { color: rgb(81,19,35); }

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

background-color css

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

 a { background-color: rgb(81,19,35); }

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

border-color css

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

 span { border-color: rgb(81,19,35); }

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