Html Css Color HEX #4F1C2B Bordeaux

📋 copy color: '#4F1C2B'

red 79 ◦ green 28 ◦ blue 43

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

Shades of Bordeaux #4F1C2B

Tints of Bordeaux #4F1C2B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

 BLUE value IS 43 (17.19% from 255) = 28.67%

R = 52.67%
G = 18.67%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4F1C2B (or 0x4F1C2B) is known color: Bordeaux. HEX triplet: 4F, 1C and 2B. RGB value is (79,28,43). Sum of RGB (Red+Green+Blue) = 79+28+43=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C2B is #B0E3D4. Grayscale: #2C2C2C. Windows color (decimal): -11592661 or 2825295. OLE color: 2825295.

HSL color Cylindrical-coordinate representation of color #4F1C2B: hue angle of 342.35º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F1C2B is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 28 43 -
CMYK 0 0.65 0.46 0.69
HSL 342.35º 0.48% 0.21% -
HSV(B) 342.35º 0.65% 0.31% -
XYZ 4.08 2.67 2.59 -
YUV 44.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 79 28 43 0 0.65 0.46 0.69 342.35 0.48 0.21
Hex 4F 1C 2B 0 41 2E 45 156 30 15
Octal 117 34 53 0 101 56 105 526 60 25
Binary 1001111 11100 101011 0 1000001 101110 1000101 101010110 110000 10101

Color Harmonies of #4F1C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1C2B

Black with #4F1C2B

Text Example


Text Example

White with #4F1C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,28,43); }

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

background-color css

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

 a { background-color: rgb(79,28,43); }

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

border-color css

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

 span { border-color: rgb(79,28,43); }

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