Html Css Color HEX #4D031A Bordeaux

📋 copy color: '#4D031A'

red 77 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #4D031A

Tints of Bordeaux #4D031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.83%

 BLUE value IS 26 (10.55% from 255) = 24.53%

R = 72.64%
G = 2.83%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4D031A (or 0x4D031A) is known color: Bordeaux. HEX triplet: 4D, 03 and 1A. RGB value is (77,3,26). Sum of RGB (Red+Green+Blue) = 77+3+26=106 (14% of max value = 765). Red value is 77 (30.47% from 255 or 72.64% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 77 - color contains mainly: red. Hex color #4D031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D031A is #B2FCE5. Grayscale: #1B1B1B. Windows color (decimal): -11730150 or 1704781. OLE color: 1704781.

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

Color convert

RGB 77 3 26 -
CMYK 0 0.96 0.66 0.70
HSL 341.35º 0.93% 0.16% -
HSV(B) 341.35º 0.96% 0.3% -
XYZ 3.28 1.72 1.14 -
YUV 27.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 77 3 26 0 0.96 0.66 0.70 341.35 0.93 0.16
Hex 4D 3 1A 0 60 42 46 155 5C 10
Octal 115 3 32 0 140 102 106 525 134 20
Binary 1001101 11 11010 0 1100000 1000010 1000110 101010101 1011100 10000

Color Harmonies of #4D031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D031A

Black with #4D031A

Text Example


Text Example

White with #4D031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,3,26); }

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

background-color css

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

 a { background-color: rgb(77,3,26); }

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

border-color css

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

 span { border-color: rgb(77,3,26); }

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