Html Css Color HEX #773041 Paprika

📋 copy color: '#773041'

red 119 ◦ green 48 ◦ blue 65

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

Shades of Paprika #773041

Tints of Paprika #773041

RGB

 RED value IS 119 (46.88% from 255) = 51.29%

 GREEN value IS 48 (19.14% from 255) = 20.69%

 BLUE value IS 65 (25.78% from 255) = 28.02%

R = 51.29%
G = 20.69%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#773041 (or 0x773041) is known color: Paprika. HEX triplet: 77, 30 and 41. RGB value is (119,48,65). Sum of RGB (Red+Green+Blue) = 119+48+65=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #773041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773041 is #88CFBE. Grayscale: #474747. Windows color (decimal): -8966079 or 4272247. OLE color: 4272247.

HSL color Cylindrical-coordinate representation of color #773041: hue angle of 345.63º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773041 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 65 -
CMYK 0 0.60 0.45 0.53
HSL 345.63º 0.43% 0.33% -
HSV(B) 345.63º 0.6% 0.47% -
XYZ 9.62 6.42 5.73 -
YUV 71.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 119 48 65 0 0.60 0.45 0.53 345.63 0.43 0.33
Hex 77 30 41 0 3C 2D 35 15A 2B 21
Octal 167 60 101 0 74 55 65 532 53 41
Binary 1110111 110000 1000001 0 111100 101101 110101 101011010 101011 100001

Color Harmonies of #773041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773041

Black with #773041

Text Example


Text Example

White with #773041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773041; }

 p { color: rgb(119,48,65); }

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

background-color css

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

 a { background-color: rgb(119,48,65); }

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

border-color css

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

 span { border-color: rgb(119,48,65); }

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