Html Css Color HEX #4D1C23 Bordeaux

📋 copy color: '#4D1C23'

red 77 ◦ green 28 ◦ blue 35

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

Shades of Bordeaux #4D1C23

Tints of Bordeaux #4D1C23

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20%

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

R = 55%
G = 20%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#4D1C23 (or 0x4D1C23) is known color: Bordeaux. HEX triplet: 4D, 1C and 23. RGB value is (77,28,35). Sum of RGB (Red+Green+Blue) = 77+28+35=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C23 is #B2E3DC. Grayscale: #2B2B2B. Windows color (decimal): -11723741 or 2301005. OLE color: 2301005.

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

Color convert

RGB 77 28 35 -
CMYK 0 0.64 0.55 0.70
HSL 351.43º 0.47% 0.21% -
HSV(B) 351.43º 0.64% 0.3% -
XYZ 3.78 2.53 1.88 -
YUV 43.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 77 28 35 0 0.64 0.55 0.70 351.43 0.47 0.21
Hex 4D 1C 23 0 40 37 46 15F 2F 15
Octal 115 34 43 0 100 67 106 537 57 25
Binary 1001101 11100 100011 0 1000000 110111 1000110 101011111 101111 10101

Color Harmonies of #4D1C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1C23

Black with #4D1C23

Text Example


Text Example

White with #4D1C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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