Html Css Color HEX #4F000F Bordeaux

📋 copy color: '#4F000F'

red 79 ◦ green 0 ◦ blue 15

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

Shades of Bordeaux #4F000F

Tints of Bordeaux #4F000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 15.96%

R = 84.04%
G = 0%
B = 15.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#4F000F (or 0x4F000F) is known color: Bordeaux. HEX triplet: 4F, 00 and 0F. RGB value is (79,0,15). Sum of RGB (Red+Green+Blue) = 79+0+15=94 (12% of max value = 765). Red value is 79 (31.25% from 255 or 84.04% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 79 - color contains mainly: red. Hex color #4F000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F000F is #B0FFF0. Grayscale: #191919. Windows color (decimal): -11599857 or 983119. OLE color: 983119.

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

Color convert

RGB 79 0 15 -
CMYK 0 1 0.81 0.69
HSL 348.61º 1% 0.15% -
HSV(B) 348.61º 1% 0.31% -
XYZ 3.31 1.7 0.6 -
YUV 25.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 79 0 15 0 1 0.81 0.69 348.61 1 0.15
Hex 4F 0 F 0 64 51 45 15D 64 F
Octal 117 0 17 0 144 121 105 535 144 17
Binary 1001111 0 1111 0 1100100 1010001 1000101 101011101 1100100 1111

Color Harmonies of #4F000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F000F

Black with #4F000F

Text Example


Text Example

White with #4F000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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