Html Css Color HEX #4D1618 Bordeaux

📋 copy color: '#4D1618'

red 77 ◦ green 22 ◦ blue 24

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

Shades of Bordeaux #4D1618

Tints of Bordeaux #4D1618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 62.6%
G = 17.89%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#4D1618 (or 0x4D1618) is known color: Bordeaux. HEX triplet: 4D, 16 and 18. RGB value is (77,22,24). Sum of RGB (Red+Green+Blue) = 77+22+24=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1618 is #B2E9E7. Grayscale: #262626. Windows color (decimal): -11725288 or 1578573. OLE color: 1578573.

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

Color convert

RGB 77 22 24 -
CMYK 0 0.71 0.69 0.70
HSL 357.82º 0.56% 0.19% -
HSV(B) 357.82º 0.71% 0.3% -
XYZ 3.51 2.22 1.11 -
YUV 38.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 77 22 24 0 0.71 0.69 0.70 357.82 0.56 0.19
Hex 4D 16 18 0 47 45 46 166 38 13
Octal 115 26 30 0 107 105 106 546 70 23
Binary 1001101 10110 11000 0 1000111 1000101 1000110 101100110 111000 10011

Color Harmonies of #4D1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1618

Black with #4D1618

Text Example


Text Example

White with #4D1618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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