Html Css Color HEX #4F1F24 Bordeaux

📋 copy color: '#4F1F24'

red 79 ◦ green 31 ◦ blue 36

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

Shades of Bordeaux #4F1F24

Tints of Bordeaux #4F1F24

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.23%

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

R = 54.11%
G = 21.23%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#4F1F24 (or 0x4F1F24) is known color: Bordeaux. HEX triplet: 4F, 1F and 24. RGB value is (79,31,36). Sum of RGB (Red+Green+Blue) = 79+31+36=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1F24 is #B0E0DB. Grayscale: #2D2D2D. Windows color (decimal): -11591900 or 2367311. OLE color: 2367311.

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

Color convert

RGB 79 31 36 -
CMYK 0 0.61 0.54 0.69
HSL 353.75º 0.44% 0.22% -
HSV(B) 353.75º 0.61% 0.31% -
XYZ 4.03 2.77 1.99 -
YUV 45.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 79 31 36 0 0.61 0.54 0.69 353.75 0.44 0.22
Hex 4F 1F 24 0 3D 36 45 162 2C 16
Octal 117 37 44 0 75 66 105 542 54 26
Binary 1001111 11111 100100 0 111101 110110 1000101 101100010 101100 10110

Color Harmonies of #4F1F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1F24

Black with #4F1F24

Text Example


Text Example

White with #4F1F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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