Html Css Color HEX #4F2229 Bordeaux

📋 copy color: '#4F2229'

red 79 ◦ green 34 ◦ blue 41

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

Shades of Bordeaux #4F2229

Tints of Bordeaux #4F2229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.08%

 BLUE value IS 41 (16.41% from 255) = 26.62%

R = 51.3%
G = 22.08%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#4F2229 (or 0x4F2229) is known color: Bordeaux. HEX triplet: 4F, 22 and 29. RGB value is (79,34,41). Sum of RGB (Red+Green+Blue) = 79+34+41=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2229 is #B0DDD6. Grayscale: #303030. Windows color (decimal): -11591127 or 2695759. OLE color: 2695759.

HSL color Cylindrical-coordinate representation of color #4F2229: hue angle of 350.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F2229 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 34 41 -
CMYK 0 0.57 0.48 0.69
HSL 350.67º 0.4% 0.22% -
HSV(B) 350.67º 0.57% 0.31% -
XYZ 4.2 2.97 2.45 -
YUV 48.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 79 34 41 0 0.57 0.48 0.69 350.67 0.4 0.22
Hex 4F 22 29 0 39 30 45 15F 28 16
Octal 117 42 51 0 71 60 105 537 50 26
Binary 1001111 100010 101001 0 111001 110000 1000101 101011111 101000 10110

Color Harmonies of #4F2229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2229

Black with #4F2229

Text Example


Text Example

White with #4F2229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,34,41); }

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

background-color css

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

 a { background-color: rgb(79,34,41); }

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

border-color css

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

 span { border-color: rgb(79,34,41); }

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