Html Css Color HEX #4F0F13 Bordeaux

📋 copy color: '#4F0F13'

red 79 ◦ green 15 ◦ blue 19

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

Shades of Bordeaux #4F0F13

Tints of Bordeaux #4F0F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.27%

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

R = 69.91%
G = 13.27%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#4F0F13 (or 0x4F0F13) is known color: Bordeaux. HEX triplet: 4F, 0F and 13. RGB value is (79,15,19). Sum of RGB (Red+Green+Blue) = 79+15+19=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0F13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0F13 is #B0F0EC. Grayscale: #222222. Windows color (decimal): -11596013 or 1249103. OLE color: 1249103.

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

Color convert

RGB 79 15 19 -
CMYK 0 0.81 0.76 0.69
HSL 356.25º 0.68% 0.18% -
HSV(B) 356.25º 0.81% 0.31% -
XYZ 3.51 2.05 0.83 -
YUV 34.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 79 15 19 0 0.81 0.76 0.69 356.25 0.68 0.18
Hex 4F F 13 0 51 4C 45 164 44 12
Octal 117 17 23 0 121 114 105 544 104 22
Binary 1001111 1111 10011 0 1010001 1001100 1000101 101100100 1000100 10010

Color Harmonies of #4F0F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0F13

Black with #4F0F13

Text Example


Text Example

White with #4F0F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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