Html Css Color HEX #4F0A12 Bordeaux

📋 copy color: '#4F0A12'

red 79 ◦ green 10 ◦ blue 18

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

Shades of Bordeaux #4F0A12

Tints of Bordeaux #4F0A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.82%

R = 73.83%
G = 9.35%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#4F0A12 (or 0x4F0A12) is known color: Bordeaux. HEX triplet: 4F, 0A and 12. RGB value is (79,10,18). Sum of RGB (Red+Green+Blue) = 79+10+18=107 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.83% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0A12 is #B0F5ED. Grayscale: #1F1F1F. Windows color (decimal): -11597294 or 1182287. OLE color: 1182287.

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

Color convert

RGB 79 10 18 -
CMYK 0 0.87 0.77 0.69
HSL 353.04º 0.78% 0.17% -
HSV(B) 353.04º 0.87% 0.31% -
XYZ 3.44 1.92 0.76 -
YUV 31.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 79 10 18 0 0.87 0.77 0.69 353.04 0.78 0.17
Hex 4F A 12 0 57 4D 45 161 4E 11
Octal 117 12 22 0 127 115 105 541 116 21
Binary 1001111 1010 10010 0 1010111 1001101 1000101 101100001 1001110 10001

Color Harmonies of #4F0A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A12

Black with #4F0A12

Text Example


Text Example

White with #4F0A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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