Html Css Color HEX #4F1727 Bordeaux

📋 copy color: '#4F1727'

red 79 ◦ green 23 ◦ blue 39

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

Shades of Bordeaux #4F1727

Tints of Bordeaux #4F1727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.66%

R = 56.03%
G = 16.31%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#4F1727 (or 0x4F1727) is known color: Bordeaux. HEX triplet: 4F, 17 and 27. RGB value is (79,23,39). Sum of RGB (Red+Green+Blue) = 79+23+39=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1727 is #B0E8D8. Grayscale: #292929. Windows color (decimal): -11593945 or 2561871. OLE color: 2561871.

HSL color Cylindrical-coordinate representation of color #4F1727: hue angle of 342.86º 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 #4F1727 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 23 39 -
CMYK 0 0.71 0.51 0.69
HSL 342.86º 0.55% 0.2% -
HSV(B) 342.86º 0.71% 0.31% -
XYZ 3.9 2.42 2.18 -
YUV 41.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 79 23 39 0 0.71 0.51 0.69 342.86 0.55 0.2
Hex 4F 17 27 0 47 33 45 157 37 14
Octal 117 27 47 0 107 63 105 527 67 24
Binary 1001111 10111 100111 0 1000111 110011 1000101 101010111 110111 10100

Color Harmonies of #4F1727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1727

Black with #4F1727

Text Example


Text Example

White with #4F1727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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