Html Css Color HEX #511D22 Bordeaux

📋 copy color: '#511D22'

red 81 ◦ green 29 ◦ blue 34

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

Shades of Bordeaux #511D22

Tints of Bordeaux #511D22

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.14%

 BLUE value IS 34 (13.67% from 255) = 23.61%

R = 56.25%
G = 20.14%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#511D22 (or 0x511D22) is known color: Bordeaux. HEX triplet: 51, 1D and 22. RGB value is (81,29,34). Sum of RGB (Red+Green+Blue) = 81+29+34=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #511D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D22 is #AEE2DD. Grayscale: #2D2D2D. Windows color (decimal): -11461342 or 2235729. OLE color: 2235729.

HSL color Cylindrical-coordinate representation of color #511D22: hue angle of 354.23º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511D22 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 29 34 -
CMYK 0 0.64 0.58 0.68
HSL 354.23º 0.47% 0.22% -
HSV(B) 354.23º 0.64% 0.32% -
XYZ 4.12 2.74 1.83 -
YUV 45.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 81 29 34 0 0.64 0.58 0.68 354.23 0.47 0.22
Hex 51 1D 22 0 40 3A 44 162 2F 16
Octal 121 35 42 0 100 72 104 542 57 26
Binary 1010001 11101 100010 0 1000000 111010 1000100 101100010 101111 10110

Color Harmonies of #511D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D22

Black with #511D22

Text Example


Text Example

White with #511D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511D22; }

 p { color: rgb(81,29,34); }

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

background-color css

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

 a { background-color: rgb(81,29,34); }

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

border-color css

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

 span { border-color: rgb(81,29,34); }

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