Html Css Color HEX #4F1027 Bordeaux

📋 copy color: '#4F1027'

red 79 ◦ green 16 ◦ blue 39

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

Shades of Bordeaux #4F1027

Tints of Bordeaux #4F1027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 29.1%

R = 58.96%
G = 11.94%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#4F1027 (or 0x4F1027) is known color: Bordeaux. HEX triplet: 4F, 10 and 27. RGB value is (79,16,39). Sum of RGB (Red+Green+Blue) = 79+16+39=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1027 is #B0EFD8. Grayscale: #252525. Windows color (decimal): -11595737 or 2560079. OLE color: 2560079.

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

Color convert

RGB 79 16 39 -
CMYK 0 0.80 0.51 0.69
HSL 338.1º 0.66% 0.19% -
HSV(B) 338.1º 0.8% 0.31% -
XYZ 3.78 2.18 2.14 -
YUV 37.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 79 16 39 0 0.80 0.51 0.69 338.1 0.66 0.19
Hex 4F 10 27 0 50 33 45 152 42 13
Octal 117 20 47 0 120 63 105 522 102 23
Binary 1001111 10000 100111 0 1010000 110011 1000101 101010010 1000010 10011

Color Harmonies of #4F1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1027

Black with #4F1027

Text Example


Text Example

White with #4F1027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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