Html Css Color HEX #783140 Paprika

📋 copy color: '#783140'

red 120 ◦ green 49 ◦ blue 64

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

Shades of Paprika #783140

Tints of Paprika #783140

RGB

 RED value IS 120 (47.27% from 255) = 51.5%

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 51.5%
G = 21.03%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#783140 (or 0x783140) is known color: Paprika. HEX triplet: 78, 31 and 40. RGB value is (120,49,64). Sum of RGB (Red+Green+Blue) = 120+49+64=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #783140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783140 is #87CEBF. Grayscale: #474747. Windows color (decimal): -8900288 or 4206968. OLE color: 4206968.

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

Color convert

RGB 120 49 64 -
CMYK 0 0.59 0.47 0.53
HSL 347.32º 0.42% 0.33% -
HSV(B) 347.32º 0.59% 0.47% -
XYZ 9.77 6.56 5.6 -
YUV 71.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 120 49 64 0 0.59 0.47 0.53 347.32 0.42 0.33
Hex 78 31 40 0 3B 2F 35 15B 2A 21
Octal 170 61 100 0 73 57 65 533 52 41
Binary 1111000 110001 1000000 0 111011 101111 110101 101011011 101010 100001

Color Harmonies of #783140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783140

Black with #783140

Text Example


Text Example

White with #783140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783140; }

 p { color: rgb(120,49,64); }

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

background-color css

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

 a { background-color: rgb(120,49,64); }

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

border-color css

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

 span { border-color: rgb(120,49,64); }

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