Html Css Color HEX #4D1826 Bordeaux

📋 copy color: '#4D1826'

red 77 ◦ green 24 ◦ blue 38

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

Shades of Bordeaux #4D1826

Tints of Bordeaux #4D1826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.34%

R = 55.4%
G = 17.27%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#4D1826 (or 0x4D1826) is known color: Bordeaux. HEX triplet: 4D, 18 and 26. RGB value is (77,24,38). Sum of RGB (Red+Green+Blue) = 77+24+38=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1826 is #B2E7D9. Grayscale: #292929. Windows color (decimal): -11724762 or 2496589. OLE color: 2496589.

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

Color convert

RGB 77 24 38 -
CMYK 0 0.69 0.51 0.70
HSL 344.15º 0.52% 0.2% -
HSV(B) 344.15º 0.69% 0.3% -
XYZ 3.74 2.37 2.09 -
YUV 41.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 77 24 38 0 0.69 0.51 0.70 344.15 0.52 0.2
Hex 4D 18 26 0 45 33 46 158 34 14
Octal 115 30 46 0 105 63 106 530 64 24
Binary 1001101 11000 100110 0 1000101 110011 1000110 101011000 110100 10100

Color Harmonies of #4D1826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1826

Black with #4D1826

Text Example


Text Example

White with #4D1826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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