Html Css Color HEX #4F001D Bordeaux

📋 copy color: '#4F001D'

red 79 ◦ green 0 ◦ blue 29

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

Shades of Bordeaux #4F001D

Tints of Bordeaux #4F001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.15%
G = 0%
B = 26.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4F001D (or 0x4F001D) is known color: Bordeaux. HEX triplet: 4F, 00 and 1D. RGB value is (79,0,29). Sum of RGB (Red+Green+Blue) = 79+0+29=108 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.15% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 79 - color contains mainly: red. Hex color #4F001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F001D is #B0FFE2. Grayscale: #1A1A1A. Windows color (decimal): -11599843 or 1900623. OLE color: 1900623.

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

Color convert

RGB 79 0 29 -
CMYK 0 1 0.63 0.69
HSL 337.97º 1% 0.15% -
HSV(B) 337.97º 1% 0.31% -
XYZ 3.45 1.75 1.32 -
YUV 26.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 79 0 29 0 1 0.63 0.69 337.97 1 0.15
Hex 4F 0 1D 0 64 3F 45 152 64 F
Octal 117 0 35 0 144 77 105 522 144 17
Binary 1001111 0 11101 0 1100100 111111 1000101 101010010 1100100 1111

Color Harmonies of #4F001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F001D

Black with #4F001D

Text Example


Text Example

White with #4F001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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