Html Css Color HEX #4A1F27 Bordeaux

📋 copy color: '#4A1F27'

red 74 ◦ green 31 ◦ blue 39

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

Shades of Bordeaux #4A1F27

Tints of Bordeaux #4A1F27

RGB

 RED value IS 74 (29.3% from 255) = 51.39%

 GREEN value IS 31 (12.5% from 255) = 21.53%

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

R = 51.39%
G = 21.53%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4A1F27 (or 0x4A1F27) is known color: Bordeaux. HEX triplet: 4A, 1F and 27. RGB value is (74,31,39). Sum of RGB (Red+Green+Blue) = 74+31+39=144 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.39% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1F27 is #B5E0D8. Grayscale: #2C2C2C. Windows color (decimal): -11919577 or 2563914. OLE color: 2563914.

HSL color Cylindrical-coordinate representation of color #4A1F27: hue angle of 348.84º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A1F27 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 31 39 -
CMYK 0 0.58 0.47 0.71
HSL 348.84º 0.41% 0.21% -
HSV(B) 348.84º 0.58% 0.29% -
XYZ 3.68 2.58 2.22 -
YUV 44.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 74 31 39 0 0.58 0.47 0.71 348.84 0.41 0.21
Hex 4A 1F 27 0 3A 2F 47 15D 29 15
Octal 112 37 47 0 72 57 107 535 51 25
Binary 1001010 11111 100111 0 111010 101111 1000111 101011101 101001 10101

Color Harmonies of #4A1F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1F27

Black with #4A1F27

Text Example


Text Example

White with #4A1F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,31,39); }

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

background-color css

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

 a { background-color: rgb(74,31,39); }

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

border-color css

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

 span { border-color: rgb(74,31,39); }

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