Html Css Color HEX #4F0A19 Bordeaux

📋 copy color: '#4F0A19'

red 79 ◦ green 10 ◦ blue 25

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

Shades of Bordeaux #4F0A19

Tints of Bordeaux #4F0A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.77%

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

R = 69.3%
G = 8.77%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#4F0A19 (or 0x4F0A19) is known color: Bordeaux. HEX triplet: 4F, 0A and 19. RGB value is (79,10,25). Sum of RGB (Red+Green+Blue) = 79+10+25=114 (15% of max value = 765). Red value is 79 (31.25% from 255 or 69.30% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0A19 is #B0F5E6. Grayscale: #202020. Windows color (decimal): -11597287 or 1641039. OLE color: 1641039.

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

Color convert

RGB 79 10 25 -
CMYK 0 0.87 0.68 0.69
HSL 346.96º 0.78% 0.17% -
HSV(B) 346.96º 0.87% 0.31% -
XYZ 3.51 1.95 1.11 -
YUV 32.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 79 10 25 0 0.87 0.68 0.69 346.96 0.78 0.17
Hex 4F A 19 0 57 44 45 15B 4E 11
Octal 117 12 31 0 127 104 105 533 116 21
Binary 1001111 1010 11001 0 1010111 1000100 1000101 101011011 1001110 10001

Color Harmonies of #4F0A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A19

Black with #4F0A19

Text Example


Text Example

White with #4F0A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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