Html Css Color HEX #4F0019 Bordeaux

📋 copy color: '#4F0019'

red 79 ◦ green 0 ◦ blue 25

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

Shades of Bordeaux #4F0019

Tints of Bordeaux #4F0019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 24.04%

R = 75.96%
G = 0%
B = 24.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#4F0019 (or 0x4F0019) is known color: Bordeaux. HEX triplet: 4F, 00 and 19. RGB value is (79,0,25). Sum of RGB (Red+Green+Blue) = 79+0+25=104 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.96% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0019 is #B0FFE6. Grayscale: #1A1A1A. Windows color (decimal): -11599847 or 1638479. OLE color: 1638479.

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

Color convert

RGB 79 0 25 -
CMYK 0 1 0.68 0.69
HSL 341.01º 1% 0.15% -
HSV(B) 341.01º 1% 0.31% -
XYZ 3.4 1.73 1.07 -
YUV 26.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 79 0 25 0 1 0.68 0.69 341.01 1 0.15
Hex 4F 0 19 0 64 44 45 155 64 F
Octal 117 0 31 0 144 104 105 525 144 17
Binary 1001111 0 11001 0 1100100 1000100 1000101 101010101 1100100 1111

Color Harmonies of #4F0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0019

Black with #4F0019

Text Example


Text Example

White with #4F0019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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