Html Css Color HEX #4F1724 Bordeaux

📋 copy color: '#4F1724'

red 79 ◦ green 23 ◦ blue 36

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

Shades of Bordeaux #4F1724

Tints of Bordeaux #4F1724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.67%

 BLUE value IS 36 (14.45% from 255) = 26.09%

R = 57.25%
G = 16.67%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#4F1724 (or 0x4F1724) is known color: Bordeaux. HEX triplet: 4F, 17 and 24. RGB value is (79,23,36). Sum of RGB (Red+Green+Blue) = 79+23+36=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1724 is #B0E8DB. Grayscale: #292929. Windows color (decimal): -11593948 or 2365263. OLE color: 2365263.

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

Color convert

RGB 79 23 36 -
CMYK 0 0.71 0.54 0.69
HSL 346.07º 0.55% 0.2% -
HSV(B) 346.07º 0.71% 0.31% -
XYZ 3.85 2.4 1.93 -
YUV 41.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 79 23 36 0 0.71 0.54 0.69 346.07 0.55 0.2
Hex 4F 17 24 0 47 36 45 15A 37 14
Octal 117 27 44 0 107 66 105 532 67 24
Binary 1001111 10111 100100 0 1000111 110110 1000101 101011010 110111 10100

Color Harmonies of #4F1724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1724

Black with #4F1724

Text Example


Text Example

White with #4F1724

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,23,36); }

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

background-color css

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

 a { background-color: rgb(79,23,36); }

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

border-color css

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

 span { border-color: rgb(79,23,36); }

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