Html Css Color HEX #4F0F1D Bordeaux

📋 copy color: '#4F0F1D'

red 79 ◦ green 15 ◦ blue 29

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

Shades of Bordeaux #4F0F1D

Tints of Bordeaux #4F0F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.2%

 BLUE value IS 29 (11.72% from 255) = 23.58%

R = 64.23%
G = 12.2%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4F0F1D (or 0x4F0F1D) is known color: Bordeaux. HEX triplet: 4F, 0F and 1D. RGB value is (79,15,29). Sum of RGB (Red+Green+Blue) = 79+15+29=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0F1D is #B0F0E2. Grayscale: #232323. Windows color (decimal): -11596003 or 1904463. OLE color: 1904463.

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

Color convert

RGB 79 15 29 -
CMYK 0 0.81 0.63 0.69
HSL 346.88º 0.68% 0.18% -
HSV(B) 346.88º 0.81% 0.31% -
XYZ 3.62 2.09 1.38 -
YUV 35.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 79 15 29 0 0.81 0.63 0.69 346.88 0.68 0.18
Hex 4F F 1D 0 51 3F 45 15B 44 12
Octal 117 17 35 0 121 77 105 533 104 22
Binary 1001111 1111 11101 0 1010001 111111 1000101 101011011 1000100 10010

Color Harmonies of #4F0F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0F1D

Black with #4F0F1D

Text Example


Text Example

White with #4F0F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,15,29); }

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

background-color css

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

 a { background-color: rgb(79,15,29); }

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

border-color css

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

 span { border-color: rgb(79,15,29); }

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