Html Css Color HEX #4D0119 Bordeaux

📋 copy color: '#4D0119'

red 77 ◦ green 1 ◦ blue 25

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

Shades of Bordeaux #4D0119

Tints of Bordeaux #4D0119

RGB

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

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

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

R = 74.76%
G = 0.97%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D0119 (or 0x4D0119) is known color: Bordeaux. HEX triplet: 4D, 01 and 19. RGB value is (77,1,25). Sum of RGB (Red+Green+Blue) = 77+1+25=103 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.76% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0119 is #B2FEE6. Grayscale: #1A1A1A. Windows color (decimal): -11730663 or 1638733. OLE color: 1638733.

HSL color Cylindrical-coordinate representation of color #4D0119: hue angle of 341.05º 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 #4D0119 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 1 25 -
CMYK 0 0.99 0.68 0.70
HSL 341.05º 0.97% 0.15% -
HSV(B) 341.05º 0.99% 0.3% -
XYZ 3.25 1.67 1.07 -
YUV 26.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 77 1 25 0 0.99 0.68 0.70 341.05 0.97 0.15
Hex 4D 1 19 0 63 44 46 155 61 F
Octal 115 1 31 0 143 104 106 525 141 17
Binary 1001101 1 11001 0 1100011 1000100 1000110 101010101 1100001 1111

Color Harmonies of #4D0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0119

Black with #4D0119

Text Example


Text Example

White with #4D0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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