Html Css Color HEX #4F1421 Bordeaux

📋 copy color: '#4F1421'

red 79 ◦ green 20 ◦ blue 33

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

Shades of Bordeaux #4F1421

Tints of Bordeaux #4F1421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

 BLUE value IS 33 (13.28% from 255) = 25%

R = 59.85%
G = 15.15%
B = 25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#4F1421 (or 0x4F1421) is known color: Bordeaux. HEX triplet: 4F, 14 and 21. RGB value is (79,20,33). Sum of RGB (Red+Green+Blue) = 79+20+33=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1421 is #B0EBDE. Grayscale: #272727. Windows color (decimal): -11594719 or 2167887. OLE color: 2167887.

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

Color convert

RGB 79 20 33 -
CMYK 0 0.75 0.58 0.69
HSL 346.78º 0.6% 0.19% -
HSV(B) 346.78º 0.75% 0.31% -
XYZ 3.75 2.27 1.68 -
YUV 39.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 79 20 33 0 0.75 0.58 0.69 346.78 0.6 0.19
Hex 4F 14 21 0 4B 3A 45 15B 3C 13
Octal 117 24 41 0 113 72 105 533 74 23
Binary 1001111 10100 100001 0 1001011 111010 1000101 101011011 111100 10011

Color Harmonies of #4F1421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1421

Black with #4F1421

Text Example


Text Example

White with #4F1421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,20,33); }

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

background-color css

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

 a { background-color: rgb(79,20,33); }

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

border-color css

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

 span { border-color: rgb(79,20,33); }

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