Html Css Color HEX #4F181B Bordeaux

📋 copy color: '#4F181B'

red 79 ◦ green 24 ◦ blue 27

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

Shades of Bordeaux #4F181B

Tints of Bordeaux #4F181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.77%

R = 60.77%
G = 18.46%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#4F181B (or 0x4F181B) is known color: Bordeaux. HEX triplet: 4F, 18 and 1B. RGB value is (79,24,27). Sum of RGB (Red+Green+Blue) = 79+24+27=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F181B is #B0E7E4. Grayscale: #282828. Windows color (decimal): -11593701 or 1775695. OLE color: 1775695.

HSL color Cylindrical-coordinate representation of color #4F181B: hue angle of 356.73º 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 #4F181B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 24 27 -
CMYK 0 0.70 0.66 0.69
HSL 356.73º 0.53% 0.2% -
HSV(B) 356.73º 0.7% 0.31% -
XYZ 3.75 2.39 1.3 -
YUV 40.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 79 24 27 0 0.70 0.66 0.69 356.73 0.53 0.2
Hex 4F 18 1B 0 46 42 45 165 35 14
Octal 117 30 33 0 106 102 105 545 65 24
Binary 1001111 11000 11011 0 1000110 1000010 1000101 101100101 110101 10100

Color Harmonies of #4F181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F181B

Black with #4F181B

Text Example


Text Example

White with #4F181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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