Html Css Color HEX #4F0A13 Bordeaux

📋 copy color: '#4F0A13'

red 79 ◦ green 10 ◦ blue 19

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

Shades of Bordeaux #4F0A13

Tints of Bordeaux #4F0A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.59%

R = 73.15%
G = 9.26%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#4F0A13 (or 0x4F0A13) is known color: Bordeaux. HEX triplet: 4F, 0A and 13. RGB value is (79,10,19). Sum of RGB (Red+Green+Blue) = 79+10+19=108 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.15% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0A13 is #B0F5EC. Grayscale: #1F1F1F. Windows color (decimal): -11597293 or 1247823. OLE color: 1247823.

HSL color Cylindrical-coordinate representation of color #4F0A13: hue angle of 352.17º 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 #4F0A13 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 10 19 -
CMYK 0 0.87 0.76 0.69
HSL 352.17º 0.78% 0.17% -
HSV(B) 352.17º 0.87% 0.31% -
XYZ 3.45 1.93 0.81 -
YUV 31.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 79 10 19 0 0.87 0.76 0.69 352.17 0.78 0.17
Hex 4F A 13 0 57 4C 45 160 4E 11
Octal 117 12 23 0 127 114 105 540 116 21
Binary 1001111 1010 10011 0 1010111 1001100 1000101 101100000 1001110 10001

Color Harmonies of #4F0A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A13

Black with #4F0A13

Text Example


Text Example

White with #4F0A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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