Html Css Color HEX #4F031F Bordeaux

📋 copy color: '#4F031F'

red 79 ◦ green 3 ◦ blue 31

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

Shades of Bordeaux #4F031F

Tints of Bordeaux #4F031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.43%

R = 69.91%
G = 2.65%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F031F (or 0x4F031F) is known color: Bordeaux. HEX triplet: 4F, 03 and 1F. RGB value is (79,3,31). Sum of RGB (Red+Green+Blue) = 79+3+31=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F031F is #B0FCE0. Grayscale: #1C1C1C. Windows color (decimal): -11599073 or 2032463. OLE color: 2032463.

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

Color convert

RGB 79 3 31 -
CMYK 0 0.96 0.61 0.69
HSL 337.89º 0.93% 0.16% -
HSV(B) 337.89º 0.96% 0.31% -
XYZ 3.5 1.83 1.46 -
YUV 28.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 79 3 31 0 0.96 0.61 0.69 337.89 0.93 0.16
Hex 4F 3 1F 0 60 3D 45 152 5D 10
Octal 117 3 37 0 140 75 105 522 135 20
Binary 1001111 11 11111 0 1100000 111101 1000101 101010010 1011101 10000

Color Harmonies of #4F031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F031F

Black with #4F031F

Text Example


Text Example

White with #4F031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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