Html Css Color HEX #4D0A1C Bordeaux

📋 copy color: '#4D0A1C'

red 77 ◦ green 10 ◦ blue 28

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

Shades of Bordeaux #4D0A1C

Tints of Bordeaux #4D0A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.7%

 BLUE value IS 28 (11.33% from 255) = 24.35%

R = 66.96%
G = 8.7%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D0A1C (or 0x4D0A1C) is known color: Bordeaux. HEX triplet: 4D, 0A and 1C. RGB value is (77,10,28). Sum of RGB (Red+Green+Blue) = 77+10+28=115 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.96% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0A1C is #B2F5E3. Grayscale: #202020. Windows color (decimal): -11728356 or 1837645. OLE color: 1837645.

HSL color Cylindrical-coordinate representation of color #4D0A1C: hue angle of 343.88º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D0A1C is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 10 28 -
CMYK 0 0.87 0.64 0.70
HSL 343.88º 0.77% 0.17% -
HSV(B) 343.88º 0.87% 0.3% -
XYZ 3.38 1.88 1.28 -
YUV 32.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 77 10 28 0 0.87 0.64 0.70 343.88 0.77 0.17
Hex 4D A 1C 0 57 40 46 158 4D 11
Octal 115 12 34 0 127 100 106 530 115 21
Binary 1001101 1010 11100 0 1010111 1000000 1000110 101011000 1001101 10001

Color Harmonies of #4D0A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0A1C

Black with #4D0A1C

Text Example


Text Example

White with #4D0A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,10,28); }

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

background-color css

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

 a { background-color: rgb(77,10,28); }

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

border-color css

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

 span { border-color: rgb(77,10,28); }

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