Html Css Color HEX #4F0A1C Bordeaux

📋 copy color: '#4F0A1C'

red 79 ◦ green 10 ◦ blue 28

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

Shades of Bordeaux #4F0A1C

Tints of Bordeaux #4F0A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.55%

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

R = 67.52%
G = 8.55%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F0A1C (or 0x4F0A1C) is known color: Bordeaux. HEX triplet: 4F, 0A and 1C. RGB value is (79,10,28). Sum of RGB (Red+Green+Blue) = 79+10+28=117 (15% of max value = 765). Red value is 79 (31.25% from 255 or 67.52% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0A1C is #B0F5E3. Grayscale: #202020. Windows color (decimal): -11597284 or 1837647. OLE color: 1837647.

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

Color convert

RGB 79 10 28 -
CMYK 0 0.87 0.65 0.69
HSL 344.35º 0.78% 0.17% -
HSV(B) 344.35º 0.87% 0.31% -
XYZ 3.54 1.96 1.29 -
YUV 32.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 79 10 28 0 0.87 0.65 0.69 344.35 0.78 0.17
Hex 4F A 1C 0 57 41 45 158 4E 11
Octal 117 12 34 0 127 101 105 530 116 21
Binary 1001111 1010 11100 0 1010111 1000001 1000101 101011000 1001110 10001

Color Harmonies of #4F0A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0A1C

Black with #4F0A1C

Text Example


Text Example

White with #4F0A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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