Html Css Color HEX #4D1B2A Bordeaux

📋 copy color: '#4D1B2A'

red 77 ◦ green 27 ◦ blue 42

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

Shades of Bordeaux #4D1B2A

Tints of Bordeaux #4D1B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.77%

R = 52.74%
G = 18.49%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#4D1B2A (or 0x4D1B2A) is known color: Bordeaux. HEX triplet: 4D, 1B and 2A. RGB value is (77,27,42). Sum of RGB (Red+Green+Blue) = 77+27+42=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B2A is #B2E4D5. Grayscale: #2B2B2B. Windows color (decimal): -11723990 or 2759501. OLE color: 2759501.

HSL color Cylindrical-coordinate representation of color #4D1B2A: hue angle of 342º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D1B2A is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 27 42 -
CMYK 0 0.65 0.45 0.70
HSL 342º 0.48% 0.2% -
HSV(B) 342º 0.65% 0.3% -
XYZ 3.87 2.53 2.47 -
YUV 43.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 77 27 42 0 0.65 0.45 0.70 342 0.48 0.2
Hex 4D 1B 2A 0 41 2D 46 156 30 14
Octal 115 33 52 0 101 55 106 526 60 24
Binary 1001101 11011 101010 0 1000001 101101 1000110 101010110 110000 10100

Color Harmonies of #4D1B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1B2A

Black with #4D1B2A

Text Example


Text Example

White with #4D1B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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