Html Css Color HEX #4D031E Bordeaux

📋 copy color: '#4D031E'

red 77 ◦ green 3 ◦ blue 30

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

Shades of Bordeaux #4D031E

Tints of Bordeaux #4D031E

RGB

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

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

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

R = 70%
G = 2.73%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4D031E (or 0x4D031E) is known color: Bordeaux. HEX triplet: 4D, 03 and 1E. RGB value is (77,3,30). Sum of RGB (Red+Green+Blue) = 77+3+30=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D031E is #B2FCE1. Grayscale: #1C1C1C. Windows color (decimal): -11730146 or 1966925. OLE color: 1966925.

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

Color convert

RGB 77 3 30 -
CMYK 0 0.96 0.61 0.70
HSL 338.11º 0.93% 0.16% -
HSV(B) 338.11º 0.96% 0.3% -
XYZ 3.33 1.74 1.39 -
YUV 28.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 77 3 30 0 0.96 0.61 0.70 338.11 0.93 0.16
Hex 4D 3 1E 0 60 3D 46 152 5C 10
Octal 115 3 36 0 140 75 106 522 134 20
Binary 1001101 11 11110 0 1100000 111101 1000110 101010010 1011100 10000

Color Harmonies of #4D031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D031E

Black with #4D031E

Text Example


Text Example

White with #4D031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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