Html Css Color HEX #4F171C Bordeaux

📋 copy color: '#4F171C'

red 79 ◦ green 23 ◦ blue 28

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

Shades of Bordeaux #4F171C

Tints of Bordeaux #4F171C

RGB

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

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

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

R = 60.77%
G = 17.69%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F171C (or 0x4F171C) is known color: Bordeaux. HEX triplet: 4F, 17 and 1C. RGB value is (79,23,28). Sum of RGB (Red+Green+Blue) = 79+23+28=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F171C is #B0E8E3. Grayscale: #282828. Windows color (decimal): -11593956 or 1840975. OLE color: 1840975.

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

Color convert

RGB 79 23 28 -
CMYK 0 0.71 0.65 0.69
HSL 354.64º 0.55% 0.2% -
HSV(B) 354.64º 0.71% 0.31% -
XYZ 3.74 2.36 1.36 -
YUV 40.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 79 23 28 0 0.71 0.65 0.69 354.64 0.55 0.2
Hex 4F 17 1C 0 47 41 45 163 37 14
Octal 117 27 34 0 107 101 105 543 67 24
Binary 1001111 10111 11100 0 1000111 1000001 1000101 101100011 110111 10100

Color Harmonies of #4F171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F171C

Black with #4F171C

Text Example


Text Example

White with #4F171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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