Html Css Color HEX #4F171A Bordeaux

📋 copy color: '#4F171A'

red 79 ◦ green 23 ◦ blue 26

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

Shades of Bordeaux #4F171A

Tints of Bordeaux #4F171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.31%

R = 61.72%
G = 17.97%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F171A (or 0x4F171A) is known color: Bordeaux. HEX triplet: 4F, 17 and 1A. RGB value is (79,23,26). Sum of RGB (Red+Green+Blue) = 79+23+26=128 (16% of max value = 765). Red value is 79 (31.25% from 255 or 61.72% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 79 - color contains mainly: red. Hex color #4F171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F171A is #B0E8E5. Grayscale: #282828. Windows color (decimal): -11593958 or 1709903. OLE color: 1709903.

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

Color convert

RGB 79 23 26 -
CMYK 0 0.71 0.67 0.69
HSL 356.79º 0.55% 0.2% -
HSV(B) 356.79º 0.71% 0.31% -
XYZ 3.72 2.35 1.23 -
YUV 40.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 79 23 26 0 0.71 0.67 0.69 356.79 0.55 0.2
Hex 4F 17 1A 0 47 43 45 165 37 14
Octal 117 27 32 0 107 103 105 545 67 24
Binary 1001111 10111 11010 0 1000111 1000011 1000101 101100101 110111 10100

Color Harmonies of #4F171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F171A

Black with #4F171A

Text Example


Text Example

White with #4F171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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