Html Css Color HEX #4F081C Bordeaux

📋 copy color: '#4F081C'

red 79 ◦ green 8 ◦ blue 28

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

Shades of Bordeaux #4F081C

Tints of Bordeaux #4F081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.96%

 BLUE value IS 28 (11.33% from 255) = 24.35%

R = 68.7%
G = 6.96%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F081C (or 0x4F081C) is known color: Bordeaux. HEX triplet: 4F, 08 and 1C. RGB value is (79,8,28). Sum of RGB (Red+Green+Blue) = 79+8+28=115 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.70% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 79 - color contains mainly: red. Hex color #4F081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F081C is #B0F7E3. Grayscale: #1F1F1F. Windows color (decimal): -11597796 or 1837135. OLE color: 1837135.

HSL color Cylindrical-coordinate representation of color #4F081C: hue angle of 343.1º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F081C is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 8 28 -
CMYK 0 0.90 0.65 0.69
HSL 343.1º 0.82% 0.17% -
HSV(B) 343.1º 0.9% 0.31% -
XYZ 3.52 1.92 1.28 -
YUV 31.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 79 8 28 0 0.90 0.65 0.69 343.1 0.82 0.17
Hex 4F 8 1C 0 5A 41 45 157 52 11
Octal 117 10 34 0 132 101 105 527 122 21
Binary 1001111 1000 11100 0 1011010 1000001 1000101 101010111 1010010 10001

Color Harmonies of #4F081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F081C

Black with #4F081C

Text Example


Text Example

White with #4F081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,8,28); }

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

background-color css

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

 a { background-color: rgb(79,8,28); }

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

border-color css

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

 span { border-color: rgb(79,8,28); }

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