Html Css Color HEX #4F0419 Bordeaux

📋 copy color: '#4F0419'

red 79 ◦ green 4 ◦ blue 25

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

Shades of Bordeaux #4F0419

Tints of Bordeaux #4F0419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.7%

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

R = 73.15%
G = 3.7%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#4F0419 (or 0x4F0419) is known color: Bordeaux. HEX triplet: 4F, 04 and 19. RGB value is (79,4,25). Sum of RGB (Red+Green+Blue) = 79+4+25=108 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.15% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0419 is #B0FBE6. Grayscale: #1C1C1C. Windows color (decimal): -11598823 or 1639503. OLE color: 1639503.

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

Color convert

RGB 79 4 25 -
CMYK 0 0.95 0.68 0.69
HSL 343.2º 0.9% 0.16% -
HSV(B) 343.2º 0.95% 0.31% -
XYZ 3.44 1.82 1.09 -
YUV 28.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 79 4 25 0 0.95 0.68 0.69 343.2 0.9 0.16
Hex 4F 4 19 0 5F 44 45 157 5A 10
Octal 117 4 31 0 137 104 105 527 132 20
Binary 1001111 100 11001 0 1011111 1000100 1000101 101010111 1011010 10000

Color Harmonies of #4F0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0419

Black with #4F0419

Text Example


Text Example

White with #4F0419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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