Html Css Color HEX #4F0310 Bordeaux

📋 copy color: '#4F0310'

red 79 ◦ green 3 ◦ blue 16

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

Shades of Bordeaux #4F0310

Tints of Bordeaux #4F0310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.06%

 BLUE value IS 16 (6.64% from 255) = 16.33%

R = 80.61%
G = 3.06%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#4F0310 (or 0x4F0310) is known color: Bordeaux. HEX triplet: 4F, 03 and 10. RGB value is (79,3,16). Sum of RGB (Red+Green+Blue) = 79+3+16=98 (12% of max value = 765). Red value is 79 (31.25% from 255 or 80.61% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0310 is #B0FCEF. Grayscale: #1B1B1B. Windows color (decimal): -11599088 or 1049423. OLE color: 1049423.

HSL color Cylindrical-coordinate representation of color #4F0310: hue angle of 349.74º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F0310 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 3 16 -
CMYK 0 0.96 0.80 0.69
HSL 349.74º 0.93% 0.16% -
HSV(B) 349.74º 0.96% 0.31% -
XYZ 3.35 1.76 0.65 -
YUV 27.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 79 3 16 0 0.96 0.80 0.69 349.74 0.93 0.16
Hex 4F 3 10 0 60 50 45 15E 5D 10
Octal 117 3 20 0 140 120 105 536 135 20
Binary 1001111 11 10000 0 1100000 1010000 1000101 101011110 1011101 10000

Color Harmonies of #4F0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0310

Black with #4F0310

Text Example


Text Example

White with #4F0310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,3,16); }

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

background-color css

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

 a { background-color: rgb(79,3,16); }

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

border-color css

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

 span { border-color: rgb(79,3,16); }

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