Html Css Color HEX #4F1828 Bordeaux

📋 copy color: '#4F1828'

red 79 ◦ green 24 ◦ blue 40

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

Shades of Bordeaux #4F1828

Tints of Bordeaux #4F1828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.78%

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

R = 55.24%
G = 16.78%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#4F1828 (or 0x4F1828) is known color: Bordeaux. HEX triplet: 4F, 18 and 28. RGB value is (79,24,40). Sum of RGB (Red+Green+Blue) = 79+24+40=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1828 is #B0E7D7. Grayscale: #2A2A2A. Windows color (decimal): -11593688 or 2627663. OLE color: 2627663.

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

Color convert

RGB 79 24 40 -
CMYK 0 0.70 0.49 0.69
HSL 342.55º 0.53% 0.2% -
HSV(B) 342.55º 0.7% 0.31% -
XYZ 3.93 2.47 2.28 -
YUV 42.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 79 24 40 0 0.70 0.49 0.69 342.55 0.53 0.2
Hex 4F 18 28 0 46 31 45 157 35 14
Octal 117 30 50 0 106 61 105 527 65 24
Binary 1001111 11000 101000 0 1000110 110001 1000101 101010111 110101 10100

Color Harmonies of #4F1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1828

Black with #4F1828

Text Example


Text Example

White with #4F1828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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