Html Css Color HEX #4F0517 Bordeaux

📋 copy color: '#4F0517'

red 79 ◦ green 5 ◦ blue 23

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

Shades of Bordeaux #4F0517

Tints of Bordeaux #4F0517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.67%

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

R = 73.83%
G = 4.67%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#4F0517 (or 0x4F0517) is known color: Bordeaux. HEX triplet: 4F, 05 and 17. RGB value is (79,5,23). Sum of RGB (Red+Green+Blue) = 79+5+23=107 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.83% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0517 is #B0FAE8. Grayscale: #1D1D1D. Windows color (decimal): -11598569 or 1508687. OLE color: 1508687.

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

Color convert

RGB 79 5 23 -
CMYK 0 0.94 0.71 0.69
HSL 345.41º 0.88% 0.16% -
HSV(B) 345.41º 0.94% 0.31% -
XYZ 3.43 1.83 0.98 -
YUV 29.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 79 5 23 0 0.94 0.71 0.69 345.41 0.88 0.16
Hex 4F 5 17 0 5E 47 45 159 58 10
Octal 117 5 27 0 136 107 105 531 130 20
Binary 1001111 101 10111 0 1011110 1000111 1000101 101011001 1011000 10000

Color Harmonies of #4F0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0517

Black with #4F0517

Text Example


Text Example

White with #4F0517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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