Html Css Color HEX #511B23 Bordeaux

📋 copy color: '#511B23'

red 81 ◦ green 27 ◦ blue 35

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

Shades of Bordeaux #511B23

Tints of Bordeaux #511B23

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.88%

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

R = 56.64%
G = 18.88%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#511B23 (or 0x511B23) is known color: Bordeaux. HEX triplet: 51, 1B and 23. RGB value is (81,27,35). Sum of RGB (Red+Green+Blue) = 81+27+35=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #511B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B23 is #AEE4DC. Grayscale: #2C2C2C. Windows color (decimal): -11461853 or 2300753. OLE color: 2300753.

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

Color convert

RGB 81 27 35 -
CMYK 0 0.67 0.57 0.68
HSL 351.11º 0.5% 0.21% -
HSV(B) 351.11º 0.67% 0.32% -
XYZ 4.09 2.65 1.89 -
YUV 44.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 81 27 35 0 0.67 0.57 0.68 351.11 0.5 0.21
Hex 51 1B 23 0 43 39 44 15F 32 15
Octal 121 33 43 0 103 71 104 537 62 25
Binary 1010001 11011 100011 0 1000011 111001 1000100 101011111 110010 10101

Color Harmonies of #511B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B23

Black with #511B23

Text Example


Text Example

White with #511B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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