Html Css Color HEX #4D151F Bordeaux

📋 copy color: '#4D151F'

red 77 ◦ green 21 ◦ blue 31

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

Shades of Bordeaux #4D151F

Tints of Bordeaux #4D151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 59.69%
G = 16.28%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#4D151F (or 0x4D151F) is known color: Bordeaux. HEX triplet: 4D, 15 and 1F. RGB value is (77,21,31). Sum of RGB (Red+Green+Blue) = 77+21+31=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D151F is #B2EAE0. Grayscale: #262626. Windows color (decimal): -11725537 or 2037069. OLE color: 2037069.

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

Color convert

RGB 77 21 31 -
CMYK 0 0.73 0.60 0.70
HSL 349.29º 0.57% 0.19% -
HSV(B) 349.29º 0.73% 0.3% -
XYZ 3.58 2.21 1.54 -
YUV 38.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 77 21 31 0 0.73 0.60 0.70 349.29 0.57 0.19
Hex 4D 15 1F 0 49 3C 46 15D 39 13
Octal 115 25 37 0 111 74 106 535 71 23
Binary 1001101 10101 11111 0 1001001 111100 1000110 101011101 111001 10011

Color Harmonies of #4D151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D151F

Black with #4D151F

Text Example


Text Example

White with #4D151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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