Html Css Color HEX #4D2028 Bordeaux

📋 copy color: '#4D2028'

red 77 ◦ green 32 ◦ blue 40

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

Shades of Bordeaux #4D2028

Tints of Bordeaux #4D2028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

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

R = 51.68%
G = 21.48%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#4D2028 (or 0x4D2028) is known color: Bordeaux. HEX triplet: 4D, 20 and 28. RGB value is (77,32,40). Sum of RGB (Red+Green+Blue) = 77+32+40=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2028 is #B2DFD7. Grayscale: #2E2E2E. Windows color (decimal): -11722712 or 2629709. OLE color: 2629709.

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

Color convert

RGB 77 32 40 -
CMYK 0 0.58 0.48 0.70
HSL 349.33º 0.41% 0.21% -
HSV(B) 349.33º 0.58% 0.3% -
XYZ 3.96 2.76 2.33 -
YUV 46.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 77 32 40 0 0.58 0.48 0.70 349.33 0.41 0.21
Hex 4D 20 28 0 3A 30 46 15D 29 15
Octal 115 40 50 0 72 60 106 535 51 25
Binary 1001101 100000 101000 0 111010 110000 1000110 101011101 101001 10101

Color Harmonies of #4D2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2028

Black with #4D2028

Text Example


Text Example

White with #4D2028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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