Html Css Color HEX #4D091F Bordeaux

📋 copy color: '#4D091F'

red 77 ◦ green 9 ◦ blue 31

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

Shades of Bordeaux #4D091F

Tints of Bordeaux #4D091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.69%

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

R = 65.81%
G = 7.69%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#4D091F (or 0x4D091F) is known color: Bordeaux. HEX triplet: 4D, 09 and 1F. RGB value is (77,9,31). Sum of RGB (Red+Green+Blue) = 77+9+31=117 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.81% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 77 - color contains mainly: red. Hex color #4D091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D091F is #B2F6E0. Grayscale: #1F1F1F. Windows color (decimal): -11728609 or 2033997. OLE color: 2033997.

HSL color Cylindrical-coordinate representation of color #4D091F: hue angle of 340.59º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D091F is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 9 31 -
CMYK 0 0.88 0.60 0.70
HSL 340.59º 0.79% 0.17% -
HSV(B) 340.59º 0.88% 0.3% -
XYZ 3.41 1.87 1.48 -
YUV 31.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 77 9 31 0 0.88 0.60 0.70 340.59 0.79 0.17
Hex 4D 9 1F 0 58 3C 46 155 4F 11
Octal 115 11 37 0 130 74 106 525 117 21
Binary 1001101 1001 11111 0 1011000 111100 1000110 101010101 1001111 10001

Color Harmonies of #4D091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D091F

Black with #4D091F

Text Example


Text Example

White with #4D091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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