Html Css Color HEX #4F1427 Bordeaux

📋 copy color: '#4F1427'

red 79 ◦ green 20 ◦ blue 39

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

Shades of Bordeaux #4F1427

Tints of Bordeaux #4F1427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

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

R = 57.25%
G = 14.49%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#4F1427 (or 0x4F1427) is known color: Bordeaux. HEX triplet: 4F, 14 and 27. RGB value is (79,20,39). Sum of RGB (Red+Green+Blue) = 79+20+39=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1427 is #B0EBD8. Grayscale: #272727. Windows color (decimal): -11594713 or 2561103. OLE color: 2561103.

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

Color convert

RGB 79 20 39 -
CMYK 0 0.75 0.51 0.69
HSL 340.68º 0.6% 0.19% -
HSV(B) 340.68º 0.75% 0.31% -
XYZ 3.84 2.31 2.16 -
YUV 39.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 79 20 39 0 0.75 0.51 0.69 340.68 0.6 0.19
Hex 4F 14 27 0 4B 33 45 155 3C 13
Octal 117 24 47 0 113 63 105 525 74 23
Binary 1001111 10100 100111 0 1001011 110011 1000101 101010101 111100 10011

Color Harmonies of #4F1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1427

Black with #4F1427

Text Example


Text Example

White with #4F1427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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