Html Css Color HEX #4F1928 Bordeaux

📋 copy color: '#4F1928'

red 79 ◦ green 25 ◦ blue 40

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

Shades of Bordeaux #4F1928

Tints of Bordeaux #4F1928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 54.86%
G = 17.36%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#4F1928 (or 0x4F1928) is known color: Bordeaux. HEX triplet: 4F, 19 and 28. RGB value is (79,25,40). Sum of RGB (Red+Green+Blue) = 79+25+40=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1928 is #B0E6D7. Grayscale: #2A2A2A. Windows color (decimal): -11593432 or 2627919. OLE color: 2627919.

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

Color convert

RGB 79 25 40 -
CMYK 0 0.68 0.49 0.69
HSL 343.33º 0.52% 0.2% -
HSV(B) 343.33º 0.68% 0.31% -
XYZ 3.96 2.51 2.28 -
YUV 42.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 79 25 40 0 0.68 0.49 0.69 343.33 0.52 0.2
Hex 4F 19 28 0 44 31 45 157 34 14
Octal 117 31 50 0 104 61 105 527 64 24
Binary 1001111 11001 101000 0 1000100 110001 1000101 101010111 110100 10100

Color Harmonies of #4F1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1928

Black with #4F1928

Text Example


Text Example

White with #4F1928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,25,40); }

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

background-color css

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

 a { background-color: rgb(79,25,40); }

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

border-color css

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

 span { border-color: rgb(79,25,40); }

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