Html Css Color HEX #4D1C28 Bordeaux

📋 copy color: '#4D1C28'

red 77 ◦ green 28 ◦ blue 40

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

Shades of Bordeaux #4D1C28

Tints of Bordeaux #4D1C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.31%

 BLUE value IS 40 (16.02% from 255) = 27.59%

R = 53.1%
G = 19.31%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#4D1C28 (or 0x4D1C28) is known color: Bordeaux. HEX triplet: 4D, 1C and 28. RGB value is (77,28,40). Sum of RGB (Red+Green+Blue) = 77+28+40=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C28 is #B2E3D7. Grayscale: #2C2C2C. Windows color (decimal): -11723736 or 2628685. OLE color: 2628685.

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

Color convert

RGB 77 28 40 -
CMYK 0 0.64 0.48 0.70
HSL 345.31º 0.47% 0.21% -
HSV(B) 345.31º 0.64% 0.3% -
XYZ 3.86 2.56 2.3 -
YUV 44.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 77 28 40 0 0.64 0.48 0.70 345.31 0.47 0.21
Hex 4D 1C 28 0 40 30 46 159 2F 15
Octal 115 34 50 0 100 60 106 531 57 25
Binary 1001101 11100 101000 0 1000000 110000 1000110 101011001 101111 10101

Color Harmonies of #4D1C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1C28

Black with #4D1C28

Text Example


Text Example

White with #4D1C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,28,40); }

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

background-color css

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

 a { background-color: rgb(77,28,40); }

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

border-color css

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

 span { border-color: rgb(77,28,40); }

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