Html Css Color HEX #4F1618 Bordeaux

📋 copy color: '#4F1618'

red 79 ◦ green 22 ◦ blue 24

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

Shades of Bordeaux #4F1618

Tints of Bordeaux #4F1618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

 BLUE value IS 24 (9.77% from 255) = 19.2%

R = 63.2%
G = 17.6%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#4F1618 (or 0x4F1618) is known color: Bordeaux. HEX triplet: 4F, 16 and 18. RGB value is (79,22,24). Sum of RGB (Red+Green+Blue) = 79+22+24=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1618 is #B0E9E7. Grayscale: #272727. Windows color (decimal): -11594216 or 1578575. OLE color: 1578575.

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

Color convert

RGB 79 22 24 -
CMYK 0 0.72 0.70 0.69
HSL 357.89º 0.56% 0.2% -
HSV(B) 357.89º 0.72% 0.31% -
XYZ 3.68 2.3 1.11 -
YUV 39.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 79 22 24 0 0.72 0.70 0.69 357.89 0.56 0.2
Hex 4F 16 18 0 48 46 45 166 38 14
Octal 117 26 30 0 110 106 105 546 70 24
Binary 1001111 10110 11000 0 1001000 1000110 1000101 101100110 111000 10100

Color Harmonies of #4F1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1618

Black with #4F1618

Text Example


Text Example

White with #4F1618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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