Html Css Color HEX #4F1E27 Bordeaux

📋 copy color: '#4F1E27'

red 79 ◦ green 30 ◦ blue 39

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

Shades of Bordeaux #4F1E27

Tints of Bordeaux #4F1E27

RGB

 RED value IS 79 (31.25% from 255) = 53.38%

 GREEN value IS 30 (12.11% from 255) = 20.27%

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

R = 53.38%
G = 20.27%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#4F1E27 (or 0x4F1E27) is known color: Bordeaux. HEX triplet: 4F, 1E and 27. RGB value is (79,30,39). Sum of RGB (Red+Green+Blue) = 79+30+39=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E27 is #B0E1D8. Grayscale: #2D2D2D. Windows color (decimal): -11592153 or 2563663. OLE color: 2563663.

HSL color Cylindrical-coordinate representation of color #4F1E27: hue angle of 348.98º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F1E27 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 30 39 -
CMYK 0 0.62 0.51 0.69
HSL 348.98º 0.45% 0.21% -
HSV(B) 348.98º 0.62% 0.31% -
XYZ 4.05 2.74 2.23 -
YUV 45.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 79 30 39 0 0.62 0.51 0.69 348.98 0.45 0.21
Hex 4F 1E 27 0 3E 33 45 15D 2D 15
Octal 117 36 47 0 76 63 105 535 55 25
Binary 1001111 11110 100111 0 111110 110011 1000101 101011101 101101 10101

Color Harmonies of #4F1E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1E27

Black with #4F1E27

Text Example


Text Example

White with #4F1E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,30,39); }

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

background-color css

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

 a { background-color: rgb(79,30,39); }

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

border-color css

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

 span { border-color: rgb(79,30,39); }

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