Html Css Color HEX #4F0317 Bordeaux

📋 copy color: '#4F0317'

red 79 ◦ green 3 ◦ blue 23

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

Shades of Bordeaux #4F0317

Tints of Bordeaux #4F0317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.86%

 BLUE value IS 23 (9.38% from 255) = 21.9%

R = 75.24%
G = 2.86%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#4F0317 (or 0x4F0317) is known color: Bordeaux. HEX triplet: 4F, 03 and 17. RGB value is (79,3,23). Sum of RGB (Red+Green+Blue) = 79+3+23=105 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.24% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0317 is #B0FCE8. Grayscale: #1C1C1C. Windows color (decimal): -11599081 or 1508175. OLE color: 1508175.

HSL color Cylindrical-coordinate representation of color #4F0317: hue angle of 344.21º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F0317 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 3 23 -
CMYK 0 0.96 0.71 0.69
HSL 344.21º 0.93% 0.16% -
HSV(B) 344.21º 0.96% 0.31% -
XYZ 3.41 1.79 0.98 -
YUV 28 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 79 3 23 0 0.96 0.71 0.69 344.21 0.93 0.16
Hex 4F 3 17 0 60 47 45 158 5D 10
Octal 117 3 27 0 140 107 105 530 135 20
Binary 1001111 11 10111 0 1100000 1000111 1000101 101011000 1011101 10000

Color Harmonies of #4F0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0317

Black with #4F0317

Text Example


Text Example

White with #4F0317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,3,23); }

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

background-color css

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

 a { background-color: rgb(79,3,23); }

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

border-color css

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

 span { border-color: rgb(79,3,23); }

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