Html Css Color HEX #4D181E Bordeaux

📋 copy color: '#4D181E'

red 77 ◦ green 24 ◦ blue 30

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

Shades of Bordeaux #4D181E

Tints of Bordeaux #4D181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.32%

 BLUE value IS 30 (12.11% from 255) = 22.9%

R = 58.78%
G = 18.32%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4D181E (or 0x4D181E) is known color: Bordeaux. HEX triplet: 4D, 18 and 1E. RGB value is (77,24,30). Sum of RGB (Red+Green+Blue) = 77+24+30=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D181E is #B2E7E1. Grayscale: #282828. Windows color (decimal): -11724770 or 1972301. OLE color: 1972301.

HSL color Cylindrical-coordinate representation of color #4D181E: hue angle of 353.21º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D181E is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 24 30 -
CMYK 0 0.69 0.61 0.70
HSL 353.21º 0.52% 0.2% -
HSV(B) 353.21º 0.69% 0.3% -
XYZ 3.62 2.32 1.49 -
YUV 40.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 77 24 30 0 0.69 0.61 0.70 353.21 0.52 0.2
Hex 4D 18 1E 0 45 3D 46 161 34 14
Octal 115 30 36 0 105 75 106 541 64 24
Binary 1001101 11000 11110 0 1000101 111101 1000110 101100001 110100 10100

Color Harmonies of #4D181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D181E

Black with #4D181E

Text Example


Text Example

White with #4D181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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