Html Css Color HEX #4D0619 Bordeaux

📋 copy color: '#4D0619'

red 77 ◦ green 6 ◦ blue 25

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

Shades of Bordeaux #4D0619

Tints of Bordeaux #4D0619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.56%

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

R = 71.3%
G = 5.56%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D0619 (or 0x4D0619) is known color: Bordeaux. HEX triplet: 4D, 06 and 19. RGB value is (77,6,25). Sum of RGB (Red+Green+Blue) = 77+6+25=108 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.30% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0619 is #B2F9E6. Grayscale: #1D1D1D. Windows color (decimal): -11729383 or 1640013. OLE color: 1640013.

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

Color convert

RGB 77 6 25 -
CMYK 0 0.92 0.68 0.70
HSL 343.94º 0.86% 0.16% -
HSV(B) 343.94º 0.92% 0.3% -
XYZ 3.3 1.78 1.09 -
YUV 29.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 77 6 25 0 0.92 0.68 0.70 343.94 0.86 0.16
Hex 4D 6 19 0 5C 44 46 158 56 10
Octal 115 6 31 0 134 104 106 530 126 20
Binary 1001101 110 11001 0 1011100 1000100 1000110 101011000 1010110 10000

Color Harmonies of #4D0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0619

Black with #4D0619

Text Example


Text Example

White with #4D0619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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