Html Css Color HEX #4D1922 Bordeaux

📋 copy color: '#4D1922'

red 77 ◦ green 25 ◦ blue 34

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

Shades of Bordeaux #4D1922

Tints of Bordeaux #4D1922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.38%

 BLUE value IS 34 (13.67% from 255) = 25%

R = 56.62%
G = 18.38%
B = 25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#4D1922 (or 0x4D1922) is known color: Bordeaux. HEX triplet: 4D, 19 and 22. RGB value is (77,25,34). Sum of RGB (Red+Green+Blue) = 77+25+34=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1922 is #B2E6DD. Grayscale: #292929. Windows color (decimal): -11724510 or 2234701. OLE color: 2234701.

HSL color Cylindrical-coordinate representation of color #4D1922: hue angle of 349.62º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D1922 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 25 34 -
CMYK 0 0.68 0.56 0.70
HSL 349.62º 0.51% 0.2% -
HSV(B) 349.62º 0.68% 0.3% -
XYZ 3.7 2.39 1.78 -
YUV 41.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 77 25 34 0 0.68 0.56 0.70 349.62 0.51 0.2
Hex 4D 19 22 0 44 38 46 15E 33 14
Octal 115 31 42 0 104 70 106 536 63 24
Binary 1001101 11001 100010 0 1000100 111000 1000110 101011110 110011 10100

Color Harmonies of #4D1922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1922

Black with #4D1922

Text Example


Text Example

White with #4D1922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,25,34); }

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

background-color css

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

 a { background-color: rgb(77,25,34); }

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

border-color css

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

 span { border-color: rgb(77,25,34); }

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