Html Css Color HEX #4D151B Bordeaux

📋 copy color: '#4D151B'

red 77 ◦ green 21 ◦ blue 27

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

Shades of Bordeaux #4D151B

Tints of Bordeaux #4D151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.6%

R = 61.6%
G = 16.8%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D151B (or 0x4D151B) is known color: Bordeaux. HEX triplet: 4D, 15 and 1B. RGB value is (77,21,27). Sum of RGB (Red+Green+Blue) = 77+21+27=125 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.6% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 77 - color contains mainly: red. Hex color #4D151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D151B is #B2EAE4. Grayscale: #262626. Windows color (decimal): -11725541 or 1774925. OLE color: 1774925.

HSL color Cylindrical-coordinate representation of color #4D151B: hue angle of 353.57º 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 #4D151B is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 21 27 -
CMYK 0 0.73 0.65 0.70
HSL 353.57º 0.57% 0.19% -
HSV(B) 353.57º 0.73% 0.3% -
XYZ 3.53 2.19 1.27 -
YUV 38.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 77 21 27 0 0.73 0.65 0.70 353.57 0.57 0.19
Hex 4D 15 1B 0 49 41 46 162 39 13
Octal 115 25 33 0 111 101 106 542 71 23
Binary 1001101 10101 11011 0 1001001 1000001 1000110 101100010 111001 10011

Color Harmonies of #4D151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D151B

Black with #4D151B

Text Example


Text Example

White with #4D151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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