Html Css Color HEX #4D1526 Bordeaux

📋 copy color: '#4D1526'

red 77 ◦ green 21 ◦ blue 38

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

Shades of Bordeaux #4D1526

Tints of Bordeaux #4D1526

RGB

 RED value IS 77 (30.47% from 255) = 56.62%

 GREEN value IS 21 (8.59% from 255) = 15.44%

 BLUE value IS 38 (15.23% from 255) = 27.94%

R = 56.62%
G = 15.44%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#4D1526 (or 0x4D1526) is known color: Bordeaux. HEX triplet: 4D, 15 and 26. RGB value is (77,21,38). Sum of RGB (Red+Green+Blue) = 77+21+38=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1526 is #B2EAD9. Grayscale: #272727. Windows color (decimal): -11725530 or 2495821. OLE color: 2495821.

HSL color Cylindrical-coordinate representation of color #4D1526: hue angle of 341.79º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D1526 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 21 38 -
CMYK 0 0.73 0.51 0.70
HSL 341.79º 0.57% 0.19% -
HSV(B) 341.79º 0.73% 0.3% -
XYZ 3.68 2.25 2.07 -
YUV 39.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 77 21 38 0 0.73 0.51 0.70 341.79 0.57 0.19
Hex 4D 15 26 0 49 33 46 156 39 13
Octal 115 25 46 0 111 63 106 526 71 23
Binary 1001101 10101 100110 0 1001001 110011 1000110 101010110 111001 10011

Color Harmonies of #4D1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1526

Black with #4D1526

Text Example


Text Example

White with #4D1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D1526; }

 p { color: rgb(77,21,38); }

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

background-color css

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

 a { background-color: rgb(77,21,38); }

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

border-color css

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

 span { border-color: rgb(77,21,38); }

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