Html Css Color HEX #78313B Paprika

📋 copy color: '#78313B'

red 120 ◦ green 49 ◦ blue 59

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

Shades of Paprika #78313B

Tints of Paprika #78313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.88%

R = 52.63%
G = 21.49%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#78313B (or 0x78313B) is known color: Paprika. HEX triplet: 78, 31 and 3B. RGB value is (120,49,59). Sum of RGB (Red+Green+Blue) = 120+49+59=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78313B is #87CEC4. Grayscale: #474747. Windows color (decimal): -8900293 or 3879288. OLE color: 3879288.

HSL color Cylindrical-coordinate representation of color #78313B: hue angle of 351.55º 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 #78313B is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 49 59 -
CMYK 0 0.59 0.51 0.53
HSL 351.55º 0.42% 0.33% -
HSV(B) 351.55º 0.59% 0.47% -
XYZ 9.63 6.51 4.89 -
YUV 71.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 120 49 59 0 0.59 0.51 0.53 351.55 0.42 0.33
Hex 78 31 3B 0 3B 33 35 160 2A 21
Octal 170 61 73 0 73 63 65 540 52 41
Binary 1111000 110001 111011 0 111011 110011 110101 101100000 101010 100001

Color Harmonies of #78313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78313B

Black with #78313B

Text Example


Text Example

White with #78313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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