Html Css Color HEX #511C28 Bordeaux

📋 copy color: '#511C28'

red 81 ◦ green 28 ◦ blue 40

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

Shades of Bordeaux #511C28

Tints of Bordeaux #511C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.79%

 BLUE value IS 40 (16.02% from 255) = 26.85%

R = 54.36%
G = 18.79%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#511C28 (or 0x511C28) is known color: Bordeaux. HEX triplet: 51, 1C and 28. RGB value is (81,28,40). Sum of RGB (Red+Green+Blue) = 81+28+40=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #511C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C28 is #AEE3D7. Grayscale: #2D2D2D. Windows color (decimal): -11461592 or 2628689. OLE color: 2628689.

HSL color Cylindrical-coordinate representation of color #511C28: hue angle of 346.42º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C28 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 28 40 -
CMYK 0 0.65 0.51 0.68
HSL 346.42º 0.49% 0.21% -
HSV(B) 346.42º 0.65% 0.32% -
XYZ 4.19 2.73 2.31 -
YUV 45.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 81 28 40 0 0.65 0.51 0.68 346.42 0.49 0.21
Hex 51 1C 28 0 41 33 44 15A 31 15
Octal 121 34 50 0 101 63 104 532 61 25
Binary 1010001 11100 101000 0 1000001 110011 1000100 101011010 110001 10101

Color Harmonies of #511C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C28

Black with #511C28

Text Example


Text Example

White with #511C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,28,40); }

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

background-color css

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

 a { background-color: rgb(81,28,40); }

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

border-color css

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

 span { border-color: rgb(81,28,40); }

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