Html Css Color HEX #4D041C Bordeaux

📋 copy color: '#4D041C'

red 77 ◦ green 4 ◦ blue 28

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

Shades of Bordeaux #4D041C

Tints of Bordeaux #4D041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.67%

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

R = 70.64%
G = 3.67%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D041C (or 0x4D041C) is known color: Bordeaux. HEX triplet: 4D, 04 and 1C. RGB value is (77,4,28). Sum of RGB (Red+Green+Blue) = 77+4+28=109 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70.64% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 77 - color contains mainly: red. Hex color #4D041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D041C is #B2FBE3. Grayscale: #1C1C1C. Windows color (decimal): -11729892 or 1836109. OLE color: 1836109.

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

Color convert

RGB 77 4 28 -
CMYK 0 0.95 0.64 0.70
HSL 340.27º 0.9% 0.16% -
HSV(B) 340.27º 0.95% 0.3% -
XYZ 3.31 1.75 1.26 -
YUV 28.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 77 4 28 0 0.95 0.64 0.70 340.27 0.9 0.16
Hex 4D 4 1C 0 5F 40 46 154 5A 10
Octal 115 4 34 0 137 100 106 524 132 20
Binary 1001101 100 11100 0 1011111 1000000 1000110 101010100 1011010 10000

Color Harmonies of #4D041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D041C

Black with #4D041C

Text Example


Text Example

White with #4D041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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