Html Css Color HEX #4F0E1B Bordeaux

📋 copy color: '#4F0E1B'

red 79 ◦ green 14 ◦ blue 27

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

Shades of Bordeaux #4F0E1B

Tints of Bordeaux #4F0E1B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.67%

 BLUE value IS 27 (10.94% from 255) = 22.5%

R = 65.83%
G = 11.67%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#4F0E1B (or 0x4F0E1B) is known color: Bordeaux. HEX triplet: 4F, 0E and 1B. RGB value is (79,14,27). Sum of RGB (Red+Green+Blue) = 79+14+27=120 (15% of max value = 765). Red value is 79 (31.25% from 255 or 65.83% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0E1B is #B0F1E4. Grayscale: #222222. Windows color (decimal): -11596261 or 1773135. OLE color: 1773135.

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

Color convert

RGB 79 14 27 -
CMYK 0 0.82 0.66 0.69
HSL 348º 0.7% 0.18% -
HSV(B) 348º 0.82% 0.31% -
XYZ 3.58 2.06 1.25 -
YUV 34.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 79 14 27 0 0.82 0.66 0.69 348 0.7 0.18
Hex 4F E 1B 0 52 42 45 15C 46 12
Octal 117 16 33 0 122 102 105 534 106 22
Binary 1001111 1110 11011 0 1010010 1000010 1000101 101011100 1000110 10010

Color Harmonies of #4F0E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0E1B

Black with #4F0E1B

Text Example


Text Example

White with #4F0E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,14,27); }

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

background-color css

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

 a { background-color: rgb(79,14,27); }

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

border-color css

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

 span { border-color: rgb(79,14,27); }

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