Html Css Color HEX #782C3C Paprika

📋 copy color: '#782C3C'

red 120 ◦ green 44 ◦ blue 60

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

Shades of Paprika #782C3C

Tints of Paprika #782C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.64%

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

R = 53.57%
G = 19.64%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#782C3C (or 0x782C3C) is known color: Paprika. HEX triplet: 78, 2C and 3C. RGB value is (120,44,60). Sum of RGB (Red+Green+Blue) = 120+44+60=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #782C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C3C is #87D3C3. Grayscale: #444444. Windows color (decimal): -8901572 or 3943544. OLE color: 3943544.

HSL color Cylindrical-coordinate representation of color #782C3C: hue angle of 347.37º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #782C3C is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 44 60 -
CMYK 0 0.63 0.5 0.53
HSL 347.37º 0.46% 0.32% -
HSV(B) 347.37º 0.63% 0.47% -
XYZ 9.46 6.12 4.96 -
YUV 68.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 120 44 60 0 0.63 0.5 0.53 347.37 0.46 0.32
Hex 78 2C 3C 0 3F 32 35 15B 2E 20
Octal 170 54 74 0 77 62 65 533 56 40
Binary 1111000 101100 111100 0 111111 110010 110101 101011011 101110 100000

Color Harmonies of #782C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782C3C

Black with #782C3C

Text Example


Text Example

White with #782C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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