Html Css Color HEX #4F1F29 Bordeaux

📋 copy color: '#4F1F29'

red 79 ◦ green 31 ◦ blue 41

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

Shades of Bordeaux #4F1F29

Tints of Bordeaux #4F1F29

RGB

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

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

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

R = 52.32%
G = 20.53%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#4F1F29 (or 0x4F1F29) is known color: Bordeaux. HEX triplet: 4F, 1F and 29. RGB value is (79,31,41). Sum of RGB (Red+Green+Blue) = 79+31+41=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1F29 is #B0E0D6. Grayscale: #2E2E2E. Windows color (decimal): -11591895 or 2694991. OLE color: 2694991.

HSL color Cylindrical-coordinate representation of color #4F1F29: hue angle of 347.5º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F1F29 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 31 41 -
CMYK 0 0.61 0.48 0.69
HSL 347.5º 0.44% 0.22% -
HSV(B) 347.5º 0.61% 0.31% -
XYZ 4.11 2.8 2.42 -
YUV 46.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 79 31 41 0 0.61 0.48 0.69 347.5 0.44 0.22
Hex 4F 1F 29 0 3D 30 45 15C 2C 16
Octal 117 37 51 0 75 60 105 534 54 26
Binary 1001111 11111 101001 0 111101 110000 1000101 101011100 101100 10110

Color Harmonies of #4F1F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1F29

Black with #4F1F29

Text Example


Text Example

White with #4F1F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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