Html Css Color HEX #4D1227 Bordeaux

📋 copy color: '#4D1227'

red 77 ◦ green 18 ◦ blue 39

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

Shades of Bordeaux #4D1227

Tints of Bordeaux #4D1227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.43%

 BLUE value IS 39 (15.63% from 255) = 29.1%

R = 57.46%
G = 13.43%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#4D1227 (or 0x4D1227) is known color: Bordeaux. HEX triplet: 4D, 12 and 27. RGB value is (77,18,39). Sum of RGB (Red+Green+Blue) = 77+18+39=134 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.46% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1227 is #B2EDD8. Grayscale: #262626. Windows color (decimal): -11726297 or 2560589. OLE color: 2560589.

HSL color Cylindrical-coordinate representation of color #4D1227: hue angle of 338.64º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1227 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 18 39 -
CMYK 0 0.77 0.49 0.70
HSL 338.64º 0.62% 0.19% -
HSV(B) 338.64º 0.77% 0.3% -
XYZ 3.64 2.16 2.14 -
YUV 38.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 77 18 39 0 0.77 0.49 0.70 338.64 0.62 0.19
Hex 4D 12 27 0 4D 31 46 153 3E 13
Octal 115 22 47 0 115 61 106 523 76 23
Binary 1001101 10010 100111 0 1001101 110001 1000110 101010011 111110 10011

Color Harmonies of #4D1227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1227

Black with #4D1227

Text Example


Text Example

White with #4D1227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,39); }

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

background-color css

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

 a { background-color: rgb(77,18,39); }

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

border-color css

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

 span { border-color: rgb(77,18,39); }

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