Html Css Color HEX #4F1529 Bordeaux

📋 copy color: '#4F1529'

red 79 ◦ green 21 ◦ blue 41

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

Shades of Bordeaux #4F1529

Tints of Bordeaux #4F1529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 56.03%
G = 14.89%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#4F1529 (or 0x4F1529) is known color: Bordeaux. HEX triplet: 4F, 15 and 29. RGB value is (79,21,41). Sum of RGB (Red+Green+Blue) = 79+21+41=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1529 is #B0EAD6. Grayscale: #282828. Windows color (decimal): -11594455 or 2692431. OLE color: 2692431.

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

Color convert

RGB 79 21 41 -
CMYK 0 0.73 0.48 0.69
HSL 339.31º 0.58% 0.2% -
HSV(B) 339.31º 0.73% 0.31% -
XYZ 3.89 2.36 2.35 -
YUV 40.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 79 21 41 0 0.73 0.48 0.69 339.31 0.58 0.2
Hex 4F 15 29 0 49 30 45 153 3A 14
Octal 117 25 51 0 111 60 105 523 72 24
Binary 1001111 10101 101001 0 1001001 110000 1000101 101010011 111010 10100

Color Harmonies of #4F1529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1529

Black with #4F1529

Text Example


Text Example

White with #4F1529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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