Html Css Color HEX #4F1621 Bordeaux

📋 copy color: '#4F1621'

red 79 ◦ green 22 ◦ blue 33

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

Shades of Bordeaux #4F1621

Tints of Bordeaux #4F1621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

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

R = 58.96%
G = 16.42%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#4F1621 (or 0x4F1621) is known color: Bordeaux. HEX triplet: 4F, 16 and 21. RGB value is (79,22,33). Sum of RGB (Red+Green+Blue) = 79+22+33=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1621 is #B0E9DE. Grayscale: #282828. Windows color (decimal): -11594207 or 2168399. OLE color: 2168399.

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

Color convert

RGB 79 22 33 -
CMYK 0 0.72 0.58 0.69
HSL 348.42º 0.56% 0.2% -
HSV(B) 348.42º 0.72% 0.31% -
XYZ 3.79 2.35 1.69 -
YUV 40.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 79 22 33 0 0.72 0.58 0.69 348.42 0.56 0.2
Hex 4F 16 21 0 48 3A 45 15C 38 14
Octal 117 26 41 0 110 72 105 534 70 24
Binary 1001111 10110 100001 0 1001000 111010 1000101 101011100 111000 10100

Color Harmonies of #4F1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1621

Black with #4F1621

Text Example


Text Example

White with #4F1621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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