Html Css Color HEX #4F031A Bordeaux

📋 copy color: '#4F031A'

red 79 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #4F031A

Tints of Bordeaux #4F031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

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

R = 73.15%
G = 2.78%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F031A (or 0x4F031A) is known color: Bordeaux. HEX triplet: 4F, 03 and 1A. RGB value is (79,3,26). Sum of RGB (Red+Green+Blue) = 79+3+26=108 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.15% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 79 - color contains mainly: red. Hex color #4F031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F031A is #B0FCE5. Grayscale: #1C1C1C. Windows color (decimal): -11599078 or 1704783. OLE color: 1704783.

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

Color convert

RGB 79 3 26 -
CMYK 0 0.96 0.67 0.69
HSL 341.84º 0.93% 0.16% -
HSV(B) 341.84º 0.96% 0.31% -
XYZ 3.44 1.8 1.14 -
YUV 28.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 79 3 26 0 0.96 0.67 0.69 341.84 0.93 0.16
Hex 4F 3 1A 0 60 43 45 156 5D 10
Octal 117 3 32 0 140 103 105 526 135 20
Binary 1001111 11 11010 0 1100000 1000011 1000101 101010110 1011101 10000

Color Harmonies of #4F031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F031A

Black with #4F031A

Text Example


Text Example

White with #4F031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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