Html Css Color HEX #4D081C Bordeaux

📋 copy color: '#4D081C'

red 77 ◦ green 8 ◦ blue 28

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

Shades of Bordeaux #4D081C

Tints of Bordeaux #4D081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

 BLUE value IS 28 (11.33% from 255) = 24.78%

R = 68.14%
G = 7.08%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D081C (or 0x4D081C) is known color: Bordeaux. HEX triplet: 4D, 08 and 1C. RGB value is (77,8,28). Sum of RGB (Red+Green+Blue) = 77+8+28=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D081C is #B2F7E3. Grayscale: #1E1E1E. Windows color (decimal): -11728868 or 1837133. OLE color: 1837133.

HSL color Cylindrical-coordinate representation of color #4D081C: hue angle of 342.61º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D081C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 8 28 -
CMYK 0 0.90 0.64 0.70
HSL 342.61º 0.81% 0.17% -
HSV(B) 342.61º 0.9% 0.3% -
XYZ 3.36 1.84 1.28 -
YUV 30.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 77 8 28 0 0.90 0.64 0.70 342.61 0.81 0.17
Hex 4D 8 1C 0 5A 40 46 157 51 11
Octal 115 10 34 0 132 100 106 527 121 21
Binary 1001101 1000 11100 0 1011010 1000000 1000110 101010111 1010001 10001

Color Harmonies of #4D081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D081C

Black with #4D081C

Text Example


Text Example

White with #4D081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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