Html Css Color HEX #78313C Paprika

📋 copy color: '#78313C'

red 120 ◦ green 49 ◦ blue 60

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

Shades of Paprika #78313C

Tints of Paprika #78313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 52.4%
G = 21.4%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#78313C (or 0x78313C) is known color: Paprika. HEX triplet: 78, 31 and 3C. RGB value is (120,49,60). Sum of RGB (Red+Green+Blue) = 120+49+60=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78313C is #87CEC3. Grayscale: #474747. Windows color (decimal): -8900292 or 3944824. OLE color: 3944824.

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

Color convert

RGB 120 49 60 -
CMYK 0 0.59 0.5 0.53
HSL 350.7º 0.42% 0.33% -
HSV(B) 350.7º 0.59% 0.47% -
XYZ 9.66 6.52 5.02 -
YUV 71.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 120 49 60 0 0.59 0.5 0.53 350.7 0.42 0.33
Hex 78 31 3C 0 3B 32 35 15F 2A 21
Octal 170 61 74 0 73 62 65 537 52 41
Binary 1111000 110001 111100 0 111011 110010 110101 101011111 101010 100001

Color Harmonies of #78313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78313C

Black with #78313C

Text Example


Text Example

White with #78313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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