Html Css Color HEX #4F1829 Bordeaux

📋 copy color: '#4F1829'

red 79 ◦ green 24 ◦ blue 41

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

Shades of Bordeaux #4F1829

Tints of Bordeaux #4F1829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

 BLUE value IS 41 (16.41% from 255) = 28.47%

R = 54.86%
G = 16.67%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#4F1829 (or 0x4F1829) is known color: Bordeaux. HEX triplet: 4F, 18 and 29. RGB value is (79,24,41). Sum of RGB (Red+Green+Blue) = 79+24+41=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1829 is #B0E7D6. Grayscale: #2A2A2A. Windows color (decimal): -11593687 or 2693199. OLE color: 2693199.

HSL color Cylindrical-coordinate representation of color #4F1829: hue angle of 341.45º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F1829 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 24 41 -
CMYK 0 0.70 0.48 0.69
HSL 341.45º 0.53% 0.2% -
HSV(B) 341.45º 0.7% 0.31% -
XYZ 3.95 2.48 2.37 -
YUV 42.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 79 24 41 0 0.70 0.48 0.69 341.45 0.53 0.2
Hex 4F 18 29 0 46 30 45 155 35 14
Octal 117 30 51 0 106 60 105 525 65 24
Binary 1001111 11000 101001 0 1000110 110000 1000101 101010101 110101 10100

Color Harmonies of #4F1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1829

Black with #4F1829

Text Example


Text Example

White with #4F1829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,24,41); }

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

background-color css

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

 a { background-color: rgb(79,24,41); }

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

border-color css

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

 span { border-color: rgb(79,24,41); }

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