Html Css Color HEX #4F181A Bordeaux

📋 copy color: '#4F181A'

red 79 ◦ green 24 ◦ blue 26

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

Shades of Bordeaux #4F181A

Tints of Bordeaux #4F181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.16%

R = 61.24%
G = 18.6%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F181A (or 0x4F181A) is known color: Bordeaux. HEX triplet: 4F, 18 and 1A. RGB value is (79,24,26). Sum of RGB (Red+Green+Blue) = 79+24+26=129 (17% of max value = 765). Red value is 79 (31.25% from 255 or 61.24% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 79 - color contains mainly: red. Hex color #4F181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F181A is #B0E7E5. Grayscale: #282828. Windows color (decimal): -11593702 or 1710159. OLE color: 1710159.

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

Color convert

RGB 79 24 26 -
CMYK 0 0.70 0.67 0.69
HSL 357.82º 0.53% 0.2% -
HSV(B) 357.82º 0.7% 0.31% -
XYZ 3.74 2.39 1.24 -
YUV 40.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 79 24 26 0 0.70 0.67 0.69 357.82 0.53 0.2
Hex 4F 18 1A 0 46 43 45 166 35 14
Octal 117 30 32 0 106 103 105 546 65 24
Binary 1001111 11000 11010 0 1000110 1000011 1000101 101100110 110101 10100

Color Harmonies of #4F181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F181A

Black with #4F181A

Text Example


Text Example

White with #4F181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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