Html Css Color HEX #4F0219 Bordeaux

📋 copy color: '#4F0219'

red 79 ◦ green 2 ◦ blue 25

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

Shades of Bordeaux #4F0219

Tints of Bordeaux #4F0219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

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

R = 74.53%
G = 1.89%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#4F0219 (or 0x4F0219) is known color: Bordeaux. HEX triplet: 4F, 02 and 19. RGB value is (79,2,25). Sum of RGB (Red+Green+Blue) = 79+2+25=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0219 is #B0FDE6. Grayscale: #1B1B1B. Windows color (decimal): -11599335 or 1638991. OLE color: 1638991.

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

Color convert

RGB 79 2 25 -
CMYK 0 0.97 0.68 0.69
HSL 342.08º 0.95% 0.16% -
HSV(B) 342.08º 0.97% 0.31% -
XYZ 3.42 1.78 1.08 -
YUV 27.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 79 2 25 0 0.97 0.68 0.69 342.08 0.95 0.16
Hex 4F 2 19 0 61 44 45 156 5F 10
Octal 117 2 31 0 141 104 105 526 137 20
Binary 1001111 10 11001 0 1100001 1000100 1000101 101010110 1011111 10000

Color Harmonies of #4F0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0219

Black with #4F0219

Text Example


Text Example

White with #4F0219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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