Html Css Color HEX #4F020F Bordeaux

📋 copy color: '#4F020F'

red 79 ◦ green 2 ◦ blue 15

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

Shades of Bordeaux #4F020F

Tints of Bordeaux #4F020F

RGB

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

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

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

R = 82.29%
G = 2.08%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#4F020F (or 0x4F020F) is known color: Bordeaux. HEX triplet: 4F, 02 and 0F. RGB value is (79,2,15). Sum of RGB (Red+Green+Blue) = 79+2+15=96 (12% of max value = 765). Red value is 79 (31.25% from 255 or 82.29% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 79 - color contains mainly: red. Hex color #4F020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F020F is #B0FDF0. Grayscale: #1A1A1A. Windows color (decimal): -11599345 or 983631. OLE color: 983631.

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

Color convert

RGB 79 2 15 -
CMYK 0 0.97 0.81 0.69
HSL 349.87º 0.95% 0.16% -
HSV(B) 349.87º 0.97% 0.31% -
XYZ 3.33 1.74 0.61 -
YUV 26.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 79 2 15 0 0.97 0.81 0.69 349.87 0.95 0.16
Hex 4F 2 F 0 61 51 45 15E 5F 10
Octal 117 2 17 0 141 121 105 536 137 20
Binary 1001111 10 1111 0 1100001 1010001 1000101 101011110 1011111 10000

Color Harmonies of #4F020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F020F

Black with #4F020F

Text Example


Text Example

White with #4F020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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