Html Css Color HEX #4F1526 Bordeaux

📋 copy color: '#4F1526'

red 79 ◦ green 21 ◦ blue 38

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

Shades of Bordeaux #4F1526

Tints of Bordeaux #4F1526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

 BLUE value IS 38 (15.23% from 255) = 27.54%

R = 57.25%
G = 15.22%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#4F1526 (or 0x4F1526) is known color: Bordeaux. HEX triplet: 4F, 15 and 26. RGB value is (79,21,38). Sum of RGB (Red+Green+Blue) = 79+21+38=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1526 is #B0EAD9. Grayscale: #282828. Windows color (decimal): -11594458 or 2495823. OLE color: 2495823.

HSL color Cylindrical-coordinate representation of color #4F1526: hue angle of 342.41º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F1526 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 21 38 -
CMYK 0 0.73 0.52 0.69
HSL 342.41º 0.58% 0.2% -
HSV(B) 342.41º 0.73% 0.31% -
XYZ 3.84 2.34 2.08 -
YUV 40.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 79 21 38 0 0.73 0.52 0.69 342.41 0.58 0.2
Hex 4F 15 26 0 49 34 45 156 3A 14
Octal 117 25 46 0 111 64 105 526 72 24
Binary 1001111 10101 100110 0 1001001 110100 1000101 101010110 111010 10100

Color Harmonies of #4F1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1526

Black with #4F1526

Text Example


Text Example

White with #4F1526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,21,38); }

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

background-color css

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

 a { background-color: rgb(79,21,38); }

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

border-color css

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

 span { border-color: rgb(79,21,38); }

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