Html Css Color HEX #511623 Bordeaux

📋 copy color: '#511623'

red 81 ◦ green 22 ◦ blue 35

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

Shades of Bordeaux #511623

Tints of Bordeaux #511623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.94%

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

R = 58.7%
G = 15.94%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#511623 (or 0x511623) is known color: Bordeaux. HEX triplet: 51, 16 and 23. RGB value is (81,22,35). Sum of RGB (Red+Green+Blue) = 81+22+35=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511623 is #AEE9DC. Grayscale: #292929. Windows color (decimal): -11463133 or 2299473. OLE color: 2299473.

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

Color convert

RGB 81 22 35 -
CMYK 0 0.73 0.57 0.68
HSL 346.78º 0.57% 0.2% -
HSV(B) 346.78º 0.73% 0.32% -
XYZ 3.98 2.44 1.85 -
YUV 41.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 81 22 35 0 0.73 0.57 0.68 346.78 0.57 0.2
Hex 51 16 23 0 49 39 44 15B 39 14
Octal 121 26 43 0 111 71 104 533 71 24
Binary 1010001 10110 100011 0 1001001 111001 1000100 101011011 111001 10100

Color Harmonies of #511623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511623

Black with #511623

Text Example


Text Example

White with #511623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511623; }

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

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

background-color css

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

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

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

border-color css

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

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

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