Html Css Color HEX #4F1320 Bordeaux

📋 copy color: '#4F1320'

red 79 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #4F1320

Tints of Bordeaux #4F1320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.62%

 BLUE value IS 32 (12.89% from 255) = 24.62%

R = 60.77%
G = 14.62%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#4F1320 (or 0x4F1320) is known color: Bordeaux. HEX triplet: 4F, 13 and 20. RGB value is (79,19,32). Sum of RGB (Red+Green+Blue) = 79+19+32=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1320 is #B0ECDF. Grayscale: #262626. Windows color (decimal): -11594976 or 2102095. OLE color: 2102095.

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

Color convert

RGB 79 19 32 -
CMYK 0 0.76 0.59 0.69
HSL 347º 0.61% 0.19% -
HSV(B) 347º 0.76% 0.31% -
XYZ 3.72 2.23 1.6 -
YUV 38.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 79 19 32 0 0.76 0.59 0.69 347 0.61 0.19
Hex 4F 13 20 0 4C 3B 45 15B 3D 13
Octal 117 23 40 0 114 73 105 533 75 23
Binary 1001111 10011 100000 0 1001100 111011 1000101 101011011 111101 10011

Color Harmonies of #4F1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1320

Black with #4F1320

Text Example


Text Example

White with #4F1320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,19,32); }

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

background-color css

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

 a { background-color: rgb(79,19,32); }

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

border-color css

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

 span { border-color: rgb(79,19,32); }

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