Html Css Color HEX #4F1127 Bordeaux

📋 copy color: '#4F1127'

red 79 ◦ green 17 ◦ blue 39

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

Shades of Bordeaux #4F1127

Tints of Bordeaux #4F1127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

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

R = 58.52%
G = 12.59%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#4F1127 (or 0x4F1127) is known color: Bordeaux. HEX triplet: 4F, 11 and 27. RGB value is (79,17,39). Sum of RGB (Red+Green+Blue) = 79+17+39=135 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.52% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1127 is #B0EED8. Grayscale: #262626. Windows color (decimal): -11595481 or 2560335. OLE color: 2560335.

HSL color Cylindrical-coordinate representation of color #4F1127: hue angle of 338.71º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F1127 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 17 39 -
CMYK 0 0.78 0.51 0.69
HSL 338.71º 0.65% 0.19% -
HSV(B) 338.71º 0.78% 0.31% -
XYZ 3.79 2.21 2.15 -
YUV 38.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 79 17 39 0 0.78 0.51 0.69 338.71 0.65 0.19
Hex 4F 11 27 0 4E 33 45 153 41 13
Octal 117 21 47 0 116 63 105 523 101 23
Binary 1001111 10001 100111 0 1001110 110011 1000101 101010011 1000001 10011

Color Harmonies of #4F1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1127

Black with #4F1127

Text Example


Text Example

White with #4F1127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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