Html Css Color HEX #4F1826 Bordeaux

📋 copy color: '#4F1826'

red 79 ◦ green 24 ◦ blue 38

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

Shades of Bordeaux #4F1826

Tints of Bordeaux #4F1826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.95%

R = 56.03%
G = 17.02%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#4F1826 (or 0x4F1826) is known color: Bordeaux. HEX triplet: 4F, 18 and 26. RGB value is (79,24,38). Sum of RGB (Red+Green+Blue) = 79+24+38=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1826 is #B0E7D9. Grayscale: #2A2A2A. Windows color (decimal): -11593690 or 2496591. OLE color: 2496591.

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

Color convert

RGB 79 24 38 -
CMYK 0 0.70 0.52 0.69
HSL 344.73º 0.53% 0.2% -
HSV(B) 344.73º 0.7% 0.31% -
XYZ 3.9 2.46 2.1 -
YUV 42.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 79 24 38 0 0.70 0.52 0.69 344.73 0.53 0.2
Hex 4F 18 26 0 46 34 45 159 35 14
Octal 117 30 46 0 106 64 105 531 65 24
Binary 1001111 11000 100110 0 1000110 110100 1000101 101011001 110101 10100

Color Harmonies of #4F1826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1826

Black with #4F1826

Text Example


Text Example

White with #4F1826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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