Html Css Color HEX #4D091A Bordeaux

📋 copy color: '#4D091A'

red 77 ◦ green 9 ◦ blue 26

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

Shades of Bordeaux #4D091A

Tints of Bordeaux #4D091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.21%

R = 68.75%
G = 8.04%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4D091A (or 0x4D091A) is known color: Bordeaux. HEX triplet: 4D, 09 and 1A. RGB value is (77,9,26). Sum of RGB (Red+Green+Blue) = 77+9+26=112 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.75% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 77 - color contains mainly: red. Hex color #4D091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D091A is #B2F6E5. Grayscale: #1F1F1F. Windows color (decimal): -11728614 or 1706317. OLE color: 1706317.

HSL color Cylindrical-coordinate representation of color #4D091A: hue angle of 345º 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 #4D091A is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 9 26 -
CMYK 0 0.88 0.66 0.70
HSL 345º 0.79% 0.17% -
HSV(B) 345º 0.88% 0.3% -
XYZ 3.34 1.85 1.16 -
YUV 31.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 77 9 26 0 0.88 0.66 0.70 345 0.79 0.17
Hex 4D 9 1A 0 58 42 46 159 4F 11
Octal 115 11 32 0 130 102 106 531 117 21
Binary 1001101 1001 11010 0 1011000 1000010 1000110 101011001 1001111 10001

Color Harmonies of #4D091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D091A

Black with #4D091A

Text Example


Text Example

White with #4D091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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