Html Css Color HEX #4F0F1A Bordeaux

📋 copy color: '#4F0F1A'

red 79 ◦ green 15 ◦ blue 26

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

Shades of Bordeaux #4F0F1A

Tints of Bordeaux #4F0F1A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.5%

 BLUE value IS 26 (10.55% from 255) = 21.67%

R = 65.83%
G = 12.5%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F0F1A (or 0x4F0F1A) is known color: Bordeaux. HEX triplet: 4F, 0F and 1A. RGB value is (79,15,26). Sum of RGB (Red+Green+Blue) = 79+15+26=120 (15% of max value = 765). Red value is 79 (31.25% from 255 or 65.83% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0F1A is #B0F0E5. Grayscale: #232323. Windows color (decimal): -11596006 or 1707855. OLE color: 1707855.

HSL color Cylindrical-coordinate representation of color #4F0F1A: hue angle of 349.69º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F0F1A is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 15 26 -
CMYK 0 0.81 0.67 0.69
HSL 349.69º 0.68% 0.18% -
HSV(B) 349.69º 0.81% 0.31% -
XYZ 3.58 2.08 1.19 -
YUV 35.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 79 15 26 0 0.81 0.67 0.69 349.69 0.68 0.18
Hex 4F F 1A 0 51 43 45 15E 44 12
Octal 117 17 32 0 121 103 105 536 104 22
Binary 1001111 1111 11010 0 1010001 1000011 1000101 101011110 1000100 10010

Color Harmonies of #4F0F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0F1A

Black with #4F0F1A

Text Example


Text Example

White with #4F0F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,15,26); }

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

background-color css

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

 a { background-color: rgb(79,15,26); }

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

border-color css

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

 span { border-color: rgb(79,15,26); }

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