Html Css Color HEX #4F1C26 Bordeaux

📋 copy color: '#4F1C26'

red 79 ◦ green 28 ◦ blue 38

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

Shades of Bordeaux #4F1C26

Tints of Bordeaux #4F1C26

RGB

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

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

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

R = 54.48%
G = 19.31%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#4F1C26 (or 0x4F1C26) is known color: Bordeaux. HEX triplet: 4F, 1C and 26. RGB value is (79,28,38). Sum of RGB (Red+Green+Blue) = 79+28+38=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C26 is #B0E3D9. Grayscale: #2C2C2C. Windows color (decimal): -11592666 or 2497615. OLE color: 2497615.

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

Color convert

RGB 79 28 38 -
CMYK 0 0.65 0.52 0.69
HSL 348.24º 0.48% 0.21% -
HSV(B) 348.24º 0.65% 0.31% -
XYZ 3.99 2.63 2.13 -
YUV 44.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 79 28 38 0 0.65 0.52 0.69 348.24 0.48 0.21
Hex 4F 1C 26 0 41 34 45 15C 30 15
Octal 117 34 46 0 101 64 105 534 60 25
Binary 1001111 11100 100110 0 1000001 110100 1000101 101011100 110000 10101

Color Harmonies of #4F1C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1C26

Black with #4F1C26

Text Example


Text Example

White with #4F1C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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