Html Css Color HEX #4D071C Bordeaux

📋 copy color: '#4D071C'

red 77 ◦ green 7 ◦ blue 28

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

Shades of Bordeaux #4D071C

Tints of Bordeaux #4D071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.25%

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

R = 68.75%
G = 6.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D071C (or 0x4D071C) is known color: Bordeaux. HEX triplet: 4D, 07 and 1C. RGB value is (77,7,28). Sum of RGB (Red+Green+Blue) = 77+7+28=112 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.75% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 77 - color contains mainly: red. Hex color #4D071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D071C is #B2F8E3. Grayscale: #1E1E1E. Windows color (decimal): -11729124 or 1836877. OLE color: 1836877.

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

Color convert

RGB 77 7 28 -
CMYK 0 0.91 0.64 0.70
HSL 342º 0.83% 0.16% -
HSV(B) 342º 0.91% 0.3% -
XYZ 3.35 1.81 1.27 -
YUV 30.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 77 7 28 0 0.91 0.64 0.70 342 0.83 0.16
Hex 4D 7 1C 0 5B 40 46 156 53 10
Octal 115 7 34 0 133 100 106 526 123 20
Binary 1001101 111 11100 0 1011011 1000000 1000110 101010110 1010011 10000

Color Harmonies of #4D071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D071C

Black with #4D071C

Text Example


Text Example

White with #4D071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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