Html Css Color HEX #4D1627 Bordeaux

📋 copy color: '#4D1627'

red 77 ◦ green 22 ◦ blue 39

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

Shades of Bordeaux #4D1627

Tints of Bordeaux #4D1627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.94%

 BLUE value IS 39 (15.63% from 255) = 28.26%

R = 55.8%
G = 15.94%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#4D1627 (or 0x4D1627) is known color: Bordeaux. HEX triplet: 4D, 16 and 27. RGB value is (77,22,39). Sum of RGB (Red+Green+Blue) = 77+22+39=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1627 is #B2E9D8. Grayscale: #282828. Windows color (decimal): -11725273 or 2561613. OLE color: 2561613.

HSL color Cylindrical-coordinate representation of color #4D1627: hue angle of 341.45º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D1627 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 22 39 -
CMYK 0 0.71 0.49 0.70
HSL 341.45º 0.56% 0.19% -
HSV(B) 341.45º 0.71% 0.3% -
XYZ 3.71 2.3 2.17 -
YUV 40.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 77 22 39 0 0.71 0.49 0.70 341.45 0.56 0.19
Hex 4D 16 27 0 47 31 46 155 38 13
Octal 115 26 47 0 107 61 106 525 70 23
Binary 1001101 10110 100111 0 1000111 110001 1000110 101010101 111000 10011

Color Harmonies of #4D1627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1627

Black with #4D1627

Text Example


Text Example

White with #4D1627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,22,39); }

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

background-color css

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

 a { background-color: rgb(77,22,39); }

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

border-color css

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

 span { border-color: rgb(77,22,39); }

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