Html Css Color HEX #4F1617 Bordeaux

📋 copy color: '#4F1617'

red 79 ◦ green 22 ◦ blue 23

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

Shades of Bordeaux #4F1617

Tints of Bordeaux #4F1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.74%

 BLUE value IS 23 (9.38% from 255) = 18.55%

R = 63.71%
G = 17.74%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#4F1617 (or 0x4F1617) is known color: Bordeaux. HEX triplet: 4F, 16 and 17. RGB value is (79,22,23). Sum of RGB (Red+Green+Blue) = 79+22+23=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1617 is #B0E9E8. Grayscale: #272727. Windows color (decimal): -11594217 or 1513039. OLE color: 1513039.

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

Color convert

RGB 79 22 23 -
CMYK 0 0.72 0.71 0.69
HSL 358.95º 0.56% 0.2% -
HSV(B) 358.95º 0.72% 0.31% -
XYZ 3.67 2.3 1.06 -
YUV 39.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 79 22 23 0 0.72 0.71 0.69 358.95 0.56 0.2
Hex 4F 16 17 0 48 47 45 167 38 14
Octal 117 26 27 0 110 107 105 547 70 24
Binary 1001111 10110 10111 0 1001000 1000111 1000101 101100111 111000 10100

Color Harmonies of #4F1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1617

Black with #4F1617

Text Example


Text Example

White with #4F1617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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