Html Css Color HEX #78293A Paprika

📋 copy color: '#78293A'

red 120 ◦ green 41 ◦ blue 58

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

Shades of Paprika #78293A

Tints of Paprika #78293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.72%

 BLUE value IS 58 (23.05% from 255) = 26.48%

R = 54.79%
G = 18.72%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#78293A (or 0x78293A) is known color: Paprika. HEX triplet: 78, 29 and 3A. RGB value is (120,41,58). Sum of RGB (Red+Green+Blue) = 120+41+58=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78293A is #87D6C5. Grayscale: #424242. Windows color (decimal): -8902342 or 3811704. OLE color: 3811704.

HSL color Cylindrical-coordinate representation of color #78293A: hue angle of 347.09º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78293A is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 41 58 -
CMYK 0 0.66 0.52 0.53
HSL 347.09º 0.49% 0.32% -
HSV(B) 347.09º 0.66% 0.47% -
XYZ 9.3 5.88 4.65 -
YUV 66.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 120 41 58 0 0.66 0.52 0.53 347.09 0.49 0.32
Hex 78 29 3A 0 42 34 35 15B 31 20
Octal 170 51 72 0 102 64 65 533 61 40
Binary 1111000 101001 111010 0 1000010 110100 110101 101011011 110001 100000

Color Harmonies of #78293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78293A

Black with #78293A

Text Example


Text Example

White with #78293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78293A; }

 p { color: rgb(120,41,58); }

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

background-color css

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

 a { background-color: rgb(120,41,58); }

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

border-color css

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

 span { border-color: rgb(120,41,58); }

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