Html Css Color HEX #4F0213 Bordeaux

📋 copy color: '#4F0213'

red 79 ◦ green 2 ◦ blue 19

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

Shades of Bordeaux #4F0213

Tints of Bordeaux #4F0213

RGB

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

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

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

R = 79%
G = 2%
B = 19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#4F0213 (or 0x4F0213) is known color: Bordeaux. HEX triplet: 4F, 02 and 13. RGB value is (79,2,19). Sum of RGB (Red+Green+Blue) = 79+2+19=100 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0213 is #B0FDEC. Grayscale: #1A1A1A. Windows color (decimal): -11599341 or 1245775. OLE color: 1245775.

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

Color convert

RGB 79 2 19 -
CMYK 0 0.97 0.76 0.69
HSL 346.75º 0.95% 0.16% -
HSV(B) 346.75º 0.97% 0.31% -
XYZ 3.36 1.75 0.78 -
YUV 26.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 79 2 19 0 0.97 0.76 0.69 346.75 0.95 0.16
Hex 4F 2 13 0 61 4C 45 15B 5F 10
Octal 117 2 23 0 141 114 105 533 137 20
Binary 1001111 10 10011 0 1100001 1001100 1000101 101011011 1011111 10000

Color Harmonies of #4F0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0213

Black with #4F0213

Text Example


Text Example

White with #4F0213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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