Html Css Color HEX #4F0E1E Bordeaux

📋 copy color: '#4F0E1E'

red 79 ◦ green 14 ◦ blue 30

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

Shades of Bordeaux #4F0E1E

Tints of Bordeaux #4F0E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 64.23%
G = 11.38%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4F0E1E (or 0x4F0E1E) is known color: Bordeaux. HEX triplet: 4F, 0E and 1E. RGB value is (79,14,30). Sum of RGB (Red+Green+Blue) = 79+14+30=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0E1E is #B0F1E1. Grayscale: #232323. Windows color (decimal): -11596258 or 1969743. OLE color: 1969743.

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

Color convert

RGB 79 14 30 -
CMYK 0 0.82 0.62 0.69
HSL 345.23º 0.7% 0.18% -
HSV(B) 345.23º 0.82% 0.31% -
XYZ 3.62 2.07 1.44 -
YUV 35.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 79 14 30 0 0.82 0.62 0.69 345.23 0.7 0.18
Hex 4F E 1E 0 52 3E 45 159 46 12
Octal 117 16 36 0 122 76 105 531 106 22
Binary 1001111 1110 11110 0 1010010 111110 1000101 101011001 1000110 10010

Color Harmonies of #4F0E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0E1E

Black with #4F0E1E

Text Example


Text Example

White with #4F0E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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