Html Css Color HEX #4F191C Bordeaux

📋 copy color: '#4F191C'

red 79 ◦ green 25 ◦ blue 28

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

Shades of Bordeaux #4F191C

Tints of Bordeaux #4F191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 59.85%
G = 18.94%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F191C (or 0x4F191C) is known color: Bordeaux. HEX triplet: 4F, 19 and 1C. RGB value is (79,25,28). Sum of RGB (Red+Green+Blue) = 79+25+28=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F191C is #B0E6E3. Grayscale: #292929. Windows color (decimal): -11593444 or 1841487. OLE color: 1841487.

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

Color convert

RGB 79 25 28 -
CMYK 0 0.68 0.65 0.69
HSL 356.67º 0.52% 0.2% -
HSV(B) 356.67º 0.68% 0.31% -
XYZ 3.78 2.44 1.37 -
YUV 41.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 79 25 28 0 0.68 0.65 0.69 356.67 0.52 0.2
Hex 4F 19 1C 0 44 41 45 165 34 14
Octal 117 31 34 0 104 101 105 545 64 24
Binary 1001111 11001 11100 0 1000100 1000001 1000101 101100101 110100 10100

Color Harmonies of #4F191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F191C

Black with #4F191C

Text Example


Text Example

White with #4F191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,25,28); }

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

background-color css

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

 a { background-color: rgb(79,25,28); }

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

border-color css

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

 span { border-color: rgb(79,25,28); }

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