Html Css Color HEX #4F1026 Bordeaux

📋 copy color: '#4F1026'

red 79 ◦ green 16 ◦ blue 38

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

Shades of Bordeaux #4F1026

Tints of Bordeaux #4F1026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

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

R = 59.4%
G = 12.03%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#4F1026 (or 0x4F1026) is known color: Bordeaux. HEX triplet: 4F, 10 and 26. RGB value is (79,16,38). Sum of RGB (Red+Green+Blue) = 79+16+38=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1026 is #B0EFD9. Grayscale: #252525. Windows color (decimal): -11595738 or 2494543. OLE color: 2494543.

HSL color Cylindrical-coordinate representation of color #4F1026: hue angle of 339.05º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1026 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 16 38 -
CMYK 0 0.80 0.52 0.69
HSL 339.05º 0.66% 0.19% -
HSV(B) 339.05º 0.8% 0.31% -
XYZ 3.76 2.17 2.05 -
YUV 37.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 79 16 38 0 0.80 0.52 0.69 339.05 0.66 0.19
Hex 4F 10 26 0 50 34 45 153 42 13
Octal 117 20 46 0 120 64 105 523 102 23
Binary 1001111 10000 100110 0 1010000 110100 1000101 101010011 1000010 10011

Color Harmonies of #4F1026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1026

Black with #4F1026

Text Example


Text Example

White with #4F1026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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