Html Css Color HEX #4D0922 Bordeaux

📋 copy color: '#4D0922'

red 77 ◦ green 9 ◦ blue 34

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

Shades of Bordeaux #4D0922

Tints of Bordeaux #4D0922

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.5%

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

R = 64.17%
G = 7.5%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#4D0922 (or 0x4D0922) is known color: Bordeaux. HEX triplet: 4D, 09 and 22. RGB value is (77,9,34). Sum of RGB (Red+Green+Blue) = 77+9+34=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0922 is #B2F6DD. Grayscale: #202020. Windows color (decimal): -11728606 or 2230605. OLE color: 2230605.

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

Color convert

RGB 77 9 34 -
CMYK 0 0.88 0.56 0.70
HSL 337.94º 0.79% 0.17% -
HSV(B) 337.94º 0.88% 0.3% -
XYZ 3.45 1.89 1.7 -
YUV 32.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 77 9 34 0 0.88 0.56 0.70 337.94 0.79 0.17
Hex 4D 9 22 0 58 38 46 152 4F 11
Octal 115 11 42 0 130 70 106 522 117 21
Binary 1001101 1001 100010 0 1011000 111000 1000110 101010010 1001111 10001

Color Harmonies of #4D0922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0922

Black with #4D0922

Text Example


Text Example

White with #4D0922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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