Html Css Color HEX #4D0019 Bordeaux

📋 copy color: '#4D0019'

red 77 ◦ green 0 ◦ blue 25

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

Shades of Bordeaux #4D0019

Tints of Bordeaux #4D0019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 24.51%

R = 75.49%
G = 0%
B = 24.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D0019 (or 0x4D0019) is known color: Bordeaux. HEX triplet: 4D, 00 and 19. RGB value is (77,0,25). Sum of RGB (Red+Green+Blue) = 77+0+25=102 (13% of max value = 765). Red value is 77 (30.47% from 255 or 75.49% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0019 is #B2FFE6. Grayscale: #191919. Windows color (decimal): -11730919 or 1638477. OLE color: 1638477.

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

Color convert

RGB 77 0 25 -
CMYK 0 1 0.68 0.70
HSL 340.52º 1% 0.15% -
HSV(B) 340.52º 1% 0.3% -
XYZ 3.24 1.65 1.07 -
YUV 25.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 77 0 25 0 1 0.68 0.70 340.52 1 0.15
Hex 4D 0 19 0 64 44 46 155 64 F
Octal 115 0 31 0 144 104 106 525 144 17
Binary 1001101 0 11001 0 1100100 1000100 1000110 101010101 1100100 1111

Color Harmonies of #4D0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0019

Black with #4D0019

Text Example


Text Example

White with #4D0019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,0,25); }

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

background-color css

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

 a { background-color: rgb(77,0,25); }

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

border-color css

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

 span { border-color: rgb(77,0,25); }

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