Html Css Color HEX #4F081B Bordeaux

📋 copy color: '#4F081B'

red 79 ◦ green 8 ◦ blue 27

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

Shades of Bordeaux #4F081B

Tints of Bordeaux #4F081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.02%

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

R = 69.3%
G = 7.02%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#4F081B (or 0x4F081B) is known color: Bordeaux. HEX triplet: 4F, 08 and 1B. RGB value is (79,8,27). Sum of RGB (Red+Green+Blue) = 79+8+27=114 (15% of max value = 765). Red value is 79 (31.25% from 255 or 69.30% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 79 - color contains mainly: red. Hex color #4F081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F081B is #B0F7E4. Grayscale: #1F1F1F. Windows color (decimal): -11597797 or 1771599. OLE color: 1771599.

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

Color convert

RGB 79 8 27 -
CMYK 0 0.90 0.66 0.69
HSL 343.94º 0.82% 0.17% -
HSV(B) 343.94º 0.9% 0.31% -
XYZ 3.51 1.92 1.22 -
YUV 31.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 79 8 27 0 0.90 0.66 0.69 343.94 0.82 0.17
Hex 4F 8 1B 0 5A 42 45 158 52 11
Octal 117 10 33 0 132 102 105 530 122 21
Binary 1001111 1000 11011 0 1011010 1000010 1000101 101011000 1010010 10001

Color Harmonies of #4F081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F081B

Black with #4F081B

Text Example


Text Example

White with #4F081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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