Html Css Color HEX #4D0A1B Bordeaux

📋 copy color: '#4D0A1B'

red 77 ◦ green 10 ◦ blue 27

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

Shades of Bordeaux #4D0A1B

Tints of Bordeaux #4D0A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.68%

R = 67.54%
G = 8.77%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D0A1B (or 0x4D0A1B) is known color: Bordeaux. HEX triplet: 4D, 0A and 1B. RGB value is (77,10,27). Sum of RGB (Red+Green+Blue) = 77+10+27=114 (15% of max value = 765). Red value is 77 (30.47% from 255 or 67.54% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0A1B is #B2F5E4. Grayscale: #1F1F1F. Windows color (decimal): -11728357 or 1772109. OLE color: 1772109.

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

Color convert

RGB 77 10 27 -
CMYK 0 0.87 0.65 0.70
HSL 344.78º 0.77% 0.17% -
HSV(B) 344.78º 0.87% 0.3% -
XYZ 3.37 1.87 1.22 -
YUV 31.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 77 10 27 0 0.87 0.65 0.70 344.78 0.77 0.17
Hex 4D A 1B 0 57 41 46 159 4D 11
Octal 115 12 33 0 127 101 106 531 115 21
Binary 1001101 1010 11011 0 1010111 1000001 1000110 101011001 1001101 10001

Color Harmonies of #4D0A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0A1B

Black with #4D0A1B

Text Example


Text Example

White with #4D0A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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