Html Css Color HEX #4F1221 Bordeaux

📋 copy color: '#4F1221'

red 79 ◦ green 18 ◦ blue 33

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

Shades of Bordeaux #4F1221

Tints of Bordeaux #4F1221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.85%

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

R = 60.77%
G = 13.85%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#4F1221 (or 0x4F1221) is known color: Bordeaux. HEX triplet: 4F, 12 and 21. RGB value is (79,18,33). Sum of RGB (Red+Green+Blue) = 79+18+33=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1221 is #B0EDDE. Grayscale: #252525. Windows color (decimal): -11595231 or 2167375. OLE color: 2167375.

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

Color convert

RGB 79 18 33 -
CMYK 0 0.77 0.58 0.69
HSL 345.25º 0.63% 0.19% -
HSV(B) 345.25º 0.77% 0.31% -
XYZ 3.72 2.2 1.67 -
YUV 37.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 79 18 33 0 0.77 0.58 0.69 345.25 0.63 0.19
Hex 4F 12 21 0 4D 3A 45 159 3F 13
Octal 117 22 41 0 115 72 105 531 77 23
Binary 1001111 10010 100001 0 1001101 111010 1000101 101011001 111111 10011

Color Harmonies of #4F1221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1221

Black with #4F1221

Text Example


Text Example

White with #4F1221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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