Html Css Color HEX #4D0F23 Bordeaux

📋 copy color: '#4D0F23'

red 77 ◦ green 15 ◦ blue 35

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

Shades of Bordeaux #4D0F23

Tints of Bordeaux #4D0F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 27.56%

R = 60.63%
G = 11.81%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#4D0F23 (or 0x4D0F23) is known color: Bordeaux. HEX triplet: 4D, 0F and 23. RGB value is (77,15,35). Sum of RGB (Red+Green+Blue) = 77+15+35=127 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.63% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0F23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0F23 is #B2F0DC. Grayscale: #232323. Windows color (decimal): -11727069 or 2297677. OLE color: 2297677.

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

Color convert

RGB 77 15 35 -
CMYK 0 0.81 0.55 0.70
HSL 340.65º 0.67% 0.18% -
HSV(B) 340.65º 0.81% 0.3% -
XYZ 3.53 2.04 1.8 -
YUV 35.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 77 15 35 0 0.81 0.55 0.70 340.65 0.67 0.18
Hex 4D F 23 0 51 37 46 155 43 12
Octal 115 17 43 0 121 67 106 525 103 22
Binary 1001101 1111 100011 0 1010001 110111 1000110 101010101 1000011 10010

Color Harmonies of #4D0F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0F23

Black with #4D0F23

Text Example


Text Example

White with #4D0F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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