Html Css Color HEX #4F001C Bordeaux

📋 copy color: '#4F001C'

red 79 ◦ green 0 ◦ blue 28

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

Shades of Bordeaux #4F001C

Tints of Bordeaux #4F001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 26.17%

R = 73.83%
G = 0%
B = 26.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F001C (or 0x4F001C) is known color: Bordeaux. HEX triplet: 4F, 00 and 1C. RGB value is (79,0,28). Sum of RGB (Red+Green+Blue) = 79+0+28=107 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.83% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 79 - color contains mainly: red. Hex color #4F001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F001C is #B0FFE3. Grayscale: #1A1A1A. Windows color (decimal): -11599844 or 1835087. OLE color: 1835087.

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

Color convert

RGB 79 0 28 -
CMYK 0 1 0.65 0.69
HSL 338.73º 1% 0.15% -
HSV(B) 338.73º 1% 0.31% -
XYZ 3.43 1.75 1.25 -
YUV 26.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 79 0 28 0 1 0.65 0.69 338.73 1 0.15
Hex 4F 0 1C 0 64 41 45 153 64 F
Octal 117 0 34 0 144 101 105 523 144 17
Binary 1001111 0 11100 0 1100100 1000001 1000101 101010011 1100100 1111

Color Harmonies of #4F001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F001C

Black with #4F001C

Text Example


Text Example

White with #4F001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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