Html Css Color HEX #4F1020 Bordeaux

📋 copy color: '#4F1020'

red 79 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #4F1020

Tints of Bordeaux #4F1020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.6%

 BLUE value IS 32 (12.89% from 255) = 25.2%

R = 62.2%
G = 12.6%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#4F1020 (or 0x4F1020) is known color: Bordeaux. HEX triplet: 4F, 10 and 20. RGB value is (79,16,32). Sum of RGB (Red+Green+Blue) = 79+16+32=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1020 is #B0EFDF. Grayscale: #242424. Windows color (decimal): -11595744 or 2101327. OLE color: 2101327.

HSL color Cylindrical-coordinate representation of color #4F1020: hue angle of 344.76º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1020 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 16 32 -
CMYK 0 0.80 0.59 0.69
HSL 344.76º 0.66% 0.19% -
HSV(B) 344.76º 0.8% 0.31% -
XYZ 3.67 2.14 1.59 -
YUV 36.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 79 16 32 0 0.80 0.59 0.69 344.76 0.66 0.19
Hex 4F 10 20 0 50 3B 45 159 42 13
Octal 117 20 40 0 120 73 105 531 102 23
Binary 1001111 10000 100000 0 1010000 111011 1000101 101011001 1000010 10011

Color Harmonies of #4F1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1020

Black with #4F1020

Text Example


Text Example

White with #4F1020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,16,32); }

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

background-color css

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

 a { background-color: rgb(79,16,32); }

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

border-color css

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

 span { border-color: rgb(79,16,32); }

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