Html Css Color HEX #4D0F21 Bordeaux

📋 copy color: '#4D0F21'

red 77 ◦ green 15 ◦ blue 33

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

Shades of Bordeaux #4D0F21

Tints of Bordeaux #4D0F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12%

 BLUE value IS 33 (13.28% from 255) = 26.4%

R = 61.6%
G = 12%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4D0F21 (or 0x4D0F21) is known color: Bordeaux. HEX triplet: 4D, 0F and 21. RGB value is (77,15,33). Sum of RGB (Red+Green+Blue) = 77+15+33=125 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.6% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0F21 is #B2F0DE. Grayscale: #232323. Windows color (decimal): -11727071 or 2166605. OLE color: 2166605.

HSL color Cylindrical-coordinate representation of color #4D0F21: hue angle of 342.58º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D0F21 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 15 33 -
CMYK 0 0.81 0.57 0.70
HSL 342.58º 0.67% 0.18% -
HSV(B) 342.58º 0.81% 0.3% -
XYZ 3.51 2.03 1.65 -
YUV 35.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 77 15 33 0 0.81 0.57 0.70 342.58 0.67 0.18
Hex 4D F 21 0 51 39 46 157 43 12
Octal 115 17 41 0 121 71 106 527 103 22
Binary 1001101 1111 100001 0 1010001 111001 1000110 101010111 1000011 10010

Color Harmonies of #4D0F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0F21

Black with #4D0F21

Text Example


Text Example

White with #4D0F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,15,33); }

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

background-color css

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

 a { background-color: rgb(77,15,33); }

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

border-color css

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

 span { border-color: rgb(77,15,33); }

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