Html Css Color HEX #4D1F28 Bordeaux

📋 copy color: '#4D1F28'

red 77 ◦ green 31 ◦ blue 40

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

Shades of Bordeaux #4D1F28

Tints of Bordeaux #4D1F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.95%

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

R = 52.03%
G = 20.95%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#4D1F28 (or 0x4D1F28) is known color: Bordeaux. HEX triplet: 4D, 1F and 28. RGB value is (77,31,40). Sum of RGB (Red+Green+Blue) = 77+31+40=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1F28 is #B2E0D7. Grayscale: #2D2D2D. Windows color (decimal): -11722968 or 2629453. OLE color: 2629453.

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

Color convert

RGB 77 31 40 -
CMYK 0 0.60 0.48 0.70
HSL 348.26º 0.43% 0.21% -
HSV(B) 348.26º 0.6% 0.3% -
XYZ 3.93 2.71 2.32 -
YUV 45.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 77 31 40 0 0.60 0.48 0.70 348.26 0.43 0.21
Hex 4D 1F 28 0 3C 30 46 15C 2B 15
Octal 115 37 50 0 74 60 106 534 53 25
Binary 1001101 11111 101000 0 111100 110000 1000110 101011100 101011 10101

Color Harmonies of #4D1F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1F28

Black with #4D1F28

Text Example


Text Example

White with #4D1F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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