Html Css Color HEX #4F0A1D Bordeaux

📋 copy color: '#4F0A1D'

red 79 ◦ green 10 ◦ blue 29

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

Shades of Bordeaux #4F0A1D

Tints of Bordeaux #4F0A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.47%

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

R = 66.95%
G = 8.47%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4F0A1D (or 0x4F0A1D) is known color: Bordeaux. HEX triplet: 4F, 0A and 1D. RGB value is (79,10,29). Sum of RGB (Red+Green+Blue) = 79+10+29=118 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.95% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0A1D is #B0F5E2. Grayscale: #202020. Windows color (decimal): -11597283 or 1903183. OLE color: 1903183.

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

Color convert

RGB 79 10 29 -
CMYK 0 0.87 0.63 0.69
HSL 343.48º 0.78% 0.17% -
HSV(B) 343.48º 0.87% 0.31% -
XYZ 3.55 1.97 1.35 -
YUV 32.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 79 10 29 0 0.87 0.63 0.69 343.48 0.78 0.17
Hex 4F A 1D 0 57 3F 45 157 4E 11
Octal 117 12 35 0 127 77 105 527 116 21
Binary 1001111 1010 11101 0 1010111 111111 1000101 101010111 1001110 10001

Color Harmonies of #4F0A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A1D

Black with #4F0A1D

Text Example


Text Example

White with #4F0A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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