Html Css Color HEX #4D0113 Bordeaux

📋 copy color: '#4D0113'

red 77 ◦ green 1 ◦ blue 19

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

Shades of Bordeaux #4D0113

Tints of Bordeaux #4D0113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.03%

 BLUE value IS 19 (7.81% from 255) = 19.59%

R = 79.38%
G = 1.03%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4D0113 (or 0x4D0113) is known color: Bordeaux. HEX triplet: 4D, 01 and 13. RGB value is (77,1,19). Sum of RGB (Red+Green+Blue) = 77+1+19=97 (12% of max value = 765). Red value is 77 (30.47% from 255 or 79.38% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0113 is #B2FEEC. Grayscale: #191919. Windows color (decimal): -11730669 or 1245517. OLE color: 1245517.

HSL color Cylindrical-coordinate representation of color #4D0113: hue angle of 345.79º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0113 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 1 19 -
CMYK 0 0.99 0.75 0.70
HSL 345.79º 0.97% 0.15% -
HSV(B) 345.79º 0.99% 0.3% -
XYZ 3.19 1.65 0.77 -
YUV 25.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 77 1 19 0 0.99 0.75 0.70 345.79 0.97 0.15
Hex 4D 1 13 0 63 4B 46 15A 61 F
Octal 115 1 23 0 143 113 106 532 141 17
Binary 1001101 1 10011 0 1100011 1001011 1000110 101011010 1100001 1111

Color Harmonies of #4D0113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0113

Black with #4D0113

Text Example


Text Example

White with #4D0113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,1,19); }

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

background-color css

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

 a { background-color: rgb(77,1,19); }

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

border-color css

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

 span { border-color: rgb(77,1,19); }

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