Html Css Color HEX #4F0A1B Bordeaux

📋 copy color: '#4F0A1B'

red 79 ◦ green 10 ◦ blue 27

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

Shades of Bordeaux #4F0A1B

Tints of Bordeaux #4F0A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.28%

R = 68.1%
G = 8.62%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#4F0A1B (or 0x4F0A1B) is known color: Bordeaux. HEX triplet: 4F, 0A and 1B. RGB value is (79,10,27). Sum of RGB (Red+Green+Blue) = 79+10+27=116 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.10% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0A1B is #B0F5E4. Grayscale: #202020. Windows color (decimal): -11597285 or 1772111. OLE color: 1772111.

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

Color convert

RGB 79 10 27 -
CMYK 0 0.87 0.66 0.69
HSL 345.22º 0.78% 0.17% -
HSV(B) 345.22º 0.87% 0.31% -
XYZ 3.53 1.96 1.23 -
YUV 32.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 79 10 27 0 0.87 0.66 0.69 345.22 0.78 0.17
Hex 4F A 1B 0 57 42 45 159 4E 11
Octal 117 12 33 0 127 102 105 531 116 21
Binary 1001111 1010 11011 0 1010111 1000010 1000101 101011001 1001110 10001

Color Harmonies of #4F0A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A1B

Black with #4F0A1B

Text Example


Text Example

White with #4F0A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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