Html Css Color HEX #4F1720 Bordeaux

📋 copy color: '#4F1720'

red 79 ◦ green 23 ◦ blue 32

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

Shades of Bordeaux #4F1720

Tints of Bordeaux #4F1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.16%

 BLUE value IS 32 (12.89% from 255) = 23.88%

R = 58.96%
G = 17.16%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#4F1720 (or 0x4F1720) is known color: Bordeaux. HEX triplet: 4F, 17 and 20. RGB value is (79,23,32). Sum of RGB (Red+Green+Blue) = 79+23+32=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1720 is #B0E8DF. Grayscale: #282828. Windows color (decimal): -11593952 or 2103119. OLE color: 2103119.

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

Color convert

RGB 79 23 32 -
CMYK 0 0.71 0.59 0.69
HSL 350.36º 0.55% 0.2% -
HSV(B) 350.36º 0.71% 0.31% -
XYZ 3.79 2.38 1.63 -
YUV 40.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 79 23 32 0 0.71 0.59 0.69 350.36 0.55 0.2
Hex 4F 17 20 0 47 3B 45 15E 37 14
Octal 117 27 40 0 107 73 105 536 67 24
Binary 1001111 10111 100000 0 1000111 111011 1000101 101011110 110111 10100

Color Harmonies of #4F1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1720

Black with #4F1720

Text Example


Text Example

White with #4F1720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,23,32); }

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

background-color css

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

 a { background-color: rgb(79,23,32); }

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

border-color css

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

 span { border-color: rgb(79,23,32); }

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